Skip to main content
Show the tablespaces attached to a .

Samples

SELECT * FROM show_tablespaces('conditions');

 show_tablespaces
------------------
 disk1
 disk2

Arguments

The syntax is:
SELECT show_tablespaces(
    hypertable = '<hypertable_name>'
);
NameTypeDefaultRequiredDescription
hypertableREGCLASS- to show attached tablespaces for.