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 625173b commit bcaeca0Copy full SHA for bcaeca0
init.sql
@@ -52,12 +52,6 @@ TO public;
52
CREATE OR REPLACE FUNCTION @extschema@.check_security_policy(relation regclass)
53
RETURNS BOOL AS 'pg_pathman', 'check_security_policy' LANGUAGE C STRICT;
54
55
-/*
56
- * Check user permissions. If permission denied then throw an error.
57
- */
58
--- CREATE OR REPLACE FUNCTION @extschema@.check_permissions(relation regclass)
59
--- RETURNS BOOL AS 'pg_pathman', 'check_permissions' LANGUAGE C STRICT;
60
-
61
/*
62
* Row security policy to restrict partitioning operations to owner and
63
* superusers only
0 commit comments