feat/fix(procedures): sync procedures and docs from test branch

This commit is contained in:
Maksym Buz
2026-03-30 19:41:16 +00:00
parent 7e8ee56215
commit 000498e84d
4 changed files with 70 additions and 3 deletions

View File

@@ -2,7 +2,8 @@
-- Creates a view to monitor partition status and sizes.
-- ============================================================================
CREATE OR REPLACE VIEW partitions.monitoring AS
DROP VIEW IF EXISTS partitions.monitoring;
CREATE VIEW partitions.monitoring AS
SELECT
parent.relname AS parent_table,
c.table_name,