Top
Enterprise Postgres 17 Operation Guide

17.6.1 Using a Tablespace

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:

  1. Create a tablespace

    Use the CREATE TABLESPACE command to create a new tablespace in the prepared disk.

  2. 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.