We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1180c1d commit db3e0bcCopy full SHA for db3e0bc
contrib/pg_pathman/init.sql
@@ -82,6 +82,8 @@ CREATE OR REPLACE FUNCTION @extschema@.disable_partitioning(IN relation TEXT)
82
RETURNS VOID AS
83
$$
84
BEGIN
85
+ relation := @extschema@.validate_relname(relation);
86
+
87
DELETE FROM @extschema@.pathman_config WHERE relname = relation;
88
EXECUTE format('DROP FUNCTION IF EXISTS %s_insert_trigger_func() CASCADE', relation);
89
0 commit comments