Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2d49e88

Browse files
author
Marina Polyakova
committed
Add grantable MAINTAIN privilege and pg_maintain role.
See the commit 60684dd834a222fefedd49b19d1f0a6189c1632e (Add grantable MAINTAINprivilege and pg_maintain role.) in PostgreSQL 16.Since pathman_permissions_1.out is already in use for PostgreSQL 16+ (see thecommit47806e7 [PGPRO-7585] Fixes for v16 dueto vanilla changes), do not create pathman_permissions_2.out.
1 parentbb9f6e4 commit2d49e88

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)

[8]ページ先頭

©2009-2025 Movatter.jp