diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index 1f98ccdc62..c464be5ee1 100644 --- a/doc/src/sgml/release-16.sgml +++ b/doc/src/sgml/release-16.sgml @@ -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.