Show the tablespaces attached to a hypertable.
Name | Type | Description |
---|---|---|
hypertable | REGCLASS | Hypertable to show attached tablespaces for. |
SELECT * FROM show_tablespaces('conditions');show_tablespaces------------------disk1disk2
Keywords
Found an issue on this page?Report an issue or Edit this page in GitHub.