timescaledb/sql/updates/reverse-dev.sql
Ildar Musin 01231bafd4 Add function to drop the OSM chunk
The function is used by OSM to disable tiering. It removes catalog records
associated with OSM chunk and resets hypertable status.
2024-09-04 11:29:32 +02:00

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);