On 2024-02-06 16:34 +0100, Heckler, Kim M wrote:
> I am noticing a change in behavior with psql command \du (psql v16.1)
> for the first time. This use to list the role membership for logon
> roles. I searched the web and the docs and see no mention of this
> change in behavior. Is there a "slash" command that show roles and
> their role membership (did not find anything in '\?')?
\drg shows the membership details since pg16.0, see
https://www.postgresql.org/docs/16/release-16.html#RELEASE-16-PSQL
--
Erik