Detach all tablespaces from a hypertable. After issuing this command on a hypertable, it no longer has any tablespaces attached to it. New chunks are instead placed in the database's default tablespace.
Name | Type | Description |
---|---|---|
hypertable | REGCLASS | Hypertable to detach a the tablespace from. |
Detach all tablespaces from the hypertable conditions
:
SELECT detach_tablespaces('conditions');
Keywords
Found an issue on this page?Report an issue or Edit this page in GitHub.