doc: PG 16 relnotes: separate out psql \drg item
authorBruce Momjian
Tue, 22 Aug 2023 19:15:24 +0000 (15:15 -0400)
committerBruce Momjian
Tue, 22 Aug 2023 19:15:24 +0000 (15:15 -0400)
Reported-by: Pavel Luzanov
Discussion: https://postgr.es/m/29b97504-80a3-fdcc-538e-cadde3d8ecd5@postgrespro.ru

Backpatch-through: 16 only

doc/src/sgml/release-16.sgml

index 1f98ccdc62abb07abdc6a59f667d6344e75865a6..c464be5ee13a50c351b208001ede2018f30501da 100644 (file)
@@ -2176,11 +2176,28 @@ Author: Tom Lane 
 
 
 
-Allow psql's access privilege commands to show system objects (Nathan Bossart, Pavel Luzanov)
+Add psql command \drg to show role membership details (Pavel Luzanov)
 
 
 
-The options are \dpS\zS, and \drg.
+The Member of output column has been removed from \du and \dg because this new command displays this informaion in more detail.
+
+
+
+
+
+
+
+Allow psql's access privilege commands to show system objects (Nathan Bossart)
+
+
+
+The options are \dpS and \zS.