Tablespaces

A tablespace allows superusers to define an alternative location on the file system where the data files containing database objects (such as tables and indexes) may reside.

Just simply click -> Tablespace to open an object pane for Tablespace. A right-click displays the popup menu or using the object pane toolbar below, allowing you to create new, edit and delete the selected tablespace.

Note: Tablespace was added in PostgreSQL 8.0.

Create Tablespace

To create a new tablespace

Edit Tablespace

To edit the existing tablespace(manage its general, privileges etc)

To change the name of the tablespace

Delete Tablespace

To delete a tablespace

Achieve Tablespace Information

To achieve a tablespace information (OID, Location, Objects and DDL, etc)