Samples
Arguments
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
hypertable | REGCLASS | - | ✔ | to show attached tablespaces for. |
Show the tablespaces attached to a hypertable
SELECT * FROM show_tablespaces('conditions');
show_tablespaces
------------------
disk1
disk2
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
hypertable | REGCLASS | - | ✔ | to show attached tablespaces for. |
Was this page helpful?