show_tablespaces()

Show the tablespaces attached to a hypertable.

Required Arguments

NameDescription
hypertable(REGCLASS) Hypertable to show attached tablespaces for.

Sample Usage

  1. SELECT * FROM show_tablespaces('conditions');
  2. show_tablespaces
  3. ------------------
  4. disk1
  5. disk2