citus/src/backend/distributed/sql/udfs/drop_old_time_partitions
Burak Velioglu c3895f35cd
Add helper UDFs for easy time partition management
- get_missing_time_partition_ranges: Gets the ranges of missing partitions for the given table, interval and range unless any existing partition conflicts with calculated missing ranges.

- create_time_partitions: Creates partitions by getting range values from get_missing_time_partition_ranges.

- drop_old_time_partitions: Drops partitions of the table older than given threshold.
2021-09-03 23:03:13 +03:00
..
10.2-1.sql Add helper UDFs for easy time partition management 2021-09-03 23:03:13 +03:00
latest.sql Add helper UDFs for easy time partition management 2021-09-03 23:03:13 +03:00