1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

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
This commit is contained in:
Bruce Momjian
2023-09-29 14:15:57 -04:00
parent 75c562653c
commit 2882d1f31a

View File

@ -967,8 +967,8 @@ Author: Robert Haas <rhaas@postgresql.org>
<listitem>
<para>
Allow <link linkend="sql-grant"><literal>GRANT group_name TO
user_name</literal></link> to be performed with <literal>ADMIN
Allow <link linkend="sql-grant"><literal>ALTER GROUP group_name
ADD USER user_name</literal></link> to be performed with <literal>ADMIN
OPTION</literal> (Robert Haas)
</para>