doc: PG 16 relnotes: change GRANT GROUP item to ALTER GROUP
authorBruce Momjian
Fri, 29 Sep 2023 18:15:57 +0000 (14:15 -0400)
committerBruce Momjian
Fri, 29 Sep 2023 18:16:17 +0000 (14:16 -0400)
Reported-by: TAKATSUKA Haruka
Discussion: https://postgr.es/m/18137-866ccb684317745f@postgresql.org

Backpatch-through: 16 only

doc/src/sgml/release-16.sgml

index 47b9960f5d911672ec6c4e8a5594a40728ac5623..ff5185189792f5a6e22498719822a4bfe7ddbd18 100644 (file)
@@ -967,8 +967,8 @@ Author: Robert Haas 
 
       
        
-        Allow GRANT group_name TO
-        user_name to be performed with ADMIN
+        Allow ALTER GROUP group_name
+        ADD USER user_name to be performed with ADMIN
         OPTION (Robert Haas)