Samples
Arguments
The syntax is:Returns
The function returns a set of tablespace names. If no tablespaces are attached to the , the function returns an empty result set.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Show the tablespaces attached to a hypertable
SELECT * FROM show_tablespaces('conditions');
show_tablespaces
------------------
disk1
disk2
SELECT show_tablespaces(
hypertable = '<hypertable_name>'
);
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
hypertable | REGCLASS | - | ✔ | to show attached tablespaces for. |
| Column | Type | Description |
|---|---|---|
| show_tablespaces | NAME | The name of each tablespace attached to the . Returns one row per attached tablespace. |