Skip to content

Commit 2d49e88

Browse files
author
Marina Polyakova
committed
Add grantable MAINTAIN privilege and pg_maintain role.
See the commit 60684dd834a222fefedd49b19d1f0a6189c1632e (Add grantable MAINTAIN privilege and pg_maintain role.) in PostgreSQL 16. Since pathman_permissions_1.out is already in use for PostgreSQL 16+ (see the commit 47806e7 [PGPRO-7585] Fixes for v16 due to vanilla changes), do not create pathman_permissions_2.out.
1 parent bb9f6e4 commit 2d49e88

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

expected/pathman_permissions_1.out

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ WHERE oid = ANY (SELECT "partition" FROM pathman_partition_list
126126
ORDER BY range_max::int DESC /* append */
127127
LIMIT 3)
128128
ORDER BY relname; /* we also check ACL for "user1_table_2" */
129-
relname | relacl
130-
---------------+----------------------------------------
131-
user1_table_2 | {user1=arwdDxtvz/user1,user2=r/user1}
132-
user1_table_5 | {user1=arwdDxtvz/user1,user2=ar/user1}
133-
user1_table_6 | {user1=arwdDxtvz/user1,user2=ar/user1}
129+
relname | relacl
130+
---------------+---------------------------------------
131+
user1_table_2 | {user1=arwdDxtm/user1,user2=r/user1}
132+
user1_table_5 | {user1=arwdDxtm/user1,user2=ar/user1}
133+
user1_table_6 | {user1=arwdDxtm/user1,user2=ar/user1}
134134
(3 rows)
135135

136136
/* Try to drop partition, should fail */

0 commit comments

Comments
 (0)