PostgreSQL Maestro online Help
Prev | Return to chapter overview | Next |
Create Tablespace Wizard
Create Tablespace Wizard guides you through the process of creating a new server tablespace.
The basic principles of Create Object Wizards in PostgreSQL Maestro are explained in a separate topic. Below you will find a description of wizard steps that are unique for the current object.
Specify tablespace options according to your needs. The detailed description is given below.
Owner
Specify the name of the user who will own the tablespace. If omitted, defaults to the user executing the command. Only superusers may create tablespaces, but they can assign ownership of tablespaces to non-superusers.
Location
Set the directory that will be used for the tablespace. The directory must be empty and must be owned by the PostgreSQL system user. The directory must be specified by an absolute path name.
Prev | Return to chapter overview | Next |