refactor(procedures): rename init script and revert monitoring view

This commit is contained in:
Maksym Buz
2026-03-30 19:40:32 +00:00
parent 888f61a2c8
commit 9d77fac4a4
5 changed files with 10 additions and 6 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,