Versions:
show_tablespaces()
Show the tablespaces attached to a hypertable.
Required arguments
Name | Type | Description |
---|---|---|
hypertable | REGCLASS | Hypertable to show attached tablespaces for. |
Sample usage
SELECT * FROM show_tablespaces('conditions');
show_tablespaces
------------------
disk1
disk2
Found an issue on this page?
Report an issue!