Skip to content

Commit 4eaf4a2

Browse files
committed
fix: fix syntax error in 2.0.0 update file
1 parent 2260470 commit 4eaf4a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

updates/pgmonitor--1.0.1--2.0.0.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
DROP MATERIALIZED VIEW @extschema@.ccp_stat_bgwriter;
3-
DELETE FROM @extschema@.metric_views WHERE view_name = 'ccp_stat_bgwriter');
3+
DELETE FROM @extschema@.metric_views WHERE view_name = 'ccp_stat_bgwriter';
44

55
CREATE FUNCTION @extschema@.ccp_stat_checkpointer() RETURNS TABLE
66
(

0 commit comments

Comments
 (0)