Samples
Detach all tablespaces from theconditions:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Detach all tablespaces from a hypertable
conditions:
SELECT detach_tablespaces('conditions');
SELECT detach_tablespaces(
hypertable = '<hypertable_name>'
);
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
hypertable | REGCLASS | - | ✔ | Hypertable to detach the tablespace from. |
| Name | Type | Description |
|---|---|---|
| detach_tablespaces | INTEGER | The total number of tablespaces that were detached from the . |