Drop a hypertable using a standard PostgreSQL DROP TABLE
command:
DROP TABLE <TABLE_NAME>;
All data chunks belonging to the hypertable are deleted.
Keywords
Found an issue on this page?Report an issue or Edit this page in GitHub.
Drop a hypertable using a standard PostgreSQL DROP TABLE
command:
DROP TABLE <TABLE_NAME>;
All data chunks belonging to the hypertable are deleted.
Keywords
Found an issue on this page?Report an issue or Edit this page in GitHub.