Skip to content

Commit bcaeca0

Browse files
committed
revome commented out function
1 parent 625173b commit bcaeca0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

init.sql

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ TO public;
5252
CREATE OR REPLACE FUNCTION @extschema@.check_security_policy(relation regclass)
5353
RETURNS BOOL AS 'pg_pathman', 'check_security_policy' LANGUAGE C STRICT;
5454

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-
6155
/*
6256
* Row security policy to restrict partitioning operations to owner and
6357
* superusers only

0 commit comments

Comments
 (0)