You're browsing the documentation of a version that is still under development, the features described here may change or even be removed.

3.29. Tablespaces

Tablespaces are used to allocate in the filesystem an alternative location where the data files containing database objects (like tables and indexes) can reside. Only superusers have the privileges to create tablespaces on the server, however, once created a tablespace it can have the ownership changed to another user.

Attribute Description
Directory A valid path in the server where the tablespace will be created.

Oct 31, 2024 at 09:12