Fujitsu Enterprise Postgres enables you to use a tablespace to change the storage destination of database objects, such as tables and indexes, to a different disk.
The procedure is as follows:
Create a tablespace
Use the CREATE TABLESPACE command to create a new tablespace in the prepared disk.
Modify the tablespace
Use the ALTER TABLE command to modify tables for the newly defined tablespace.
See
Refer to "SQL Commands" under "Reference" in the PostgreSQL Documentation for information on the CREATE TABLESPACE command and ALTER TABLE command.