mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-16 02:23:49 +08:00
The function is used by OSM to disable tiering. It removes catalog records associated with OSM chunk and resets hypertable status.
4 lines
231 B
SQL
4 lines
231 B
SQL
DROP FUNCTION _timescaledb_functions.compressed_data_info(_timescaledb_internal.compressed_data);
|
|
DROP INDEX _timescaledb_catalog.compression_chunk_size_idx;
|
|
DROP FUNCTION IF EXISTS _timescaledb_functions.drop_osm_chunk(REGCLASS);
|