Skip to content

Commit 2882d1f

Browse files
committed
doc: PG 16 relnotes: change GRANT GROUP item to ALTER GROUP
Reported-by: TAKATSUKA Haruka Discussion: https://postgr.es/m/18137-866ccb684317745f@postgresql.org Backpatch-through: 16 only
1 parent 75c5626 commit 2882d1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/release-16.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -967,8 +967,8 @@ Author: Robert Haas <rhaas@postgresql.org>
967967

968968
<listitem>
969969
<para>
970-
Allow <link linkend="sql-grant"><literal>GRANT group_name TO
971-
user_name</literal></link> to be performed with <literal>ADMIN
970+
Allow <link linkend="sql-grant"><literal>ALTER GROUP group_name
971+
ADD USER user_name</literal></link> to be performed with <literal>ADMIN
972972
OPTION</literal> (Robert Haas)
973973
</para>
974974

0 commit comments

Comments
 (0)