Re: psql: Add role's membership options to the \du+ command

Pavel Luzanov <p.luzanov@postgrespro.ru>

From: Pavel Luzanov <p.luzanov@postgrespro.ru>
To: "David G. Johnston" <david.g.johnston@gmail.com>
Cc: David Zhang <david.zhang@highgo.ca>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2023-03-10T12:18:26Z
Lists: pgsql-hackers
On 08.03.2023 00:02, David G. Johnston wrote:
>
> FWIW I've finally gotten to publishing my beta version of the Role 
> Graph for PostgreSQL pseudo-extension I'd been talking about:
>
> https://github.com/polobo/RoleGraphForPostgreSQL

Great. So far I've looked very briefly, but it's interesting.

> I handle EMPTY explicitly in the Role Graph but as I noted somewhere 
> in my comments, it really shouldn't be possible to leave the database 
> in that state.  Do we need to bug Robert on this directly or do you 
> plan to have a go at it?

I don't plan to do that. Right now I don't have enough time and 
experience. This requires an experienced developer.

-- 
Pavel Luzanov
Postgres Professional:https://postgrespro.com

Commits

  1. Add psql \drg command to display role grants.