pgsql: Fix psql's \d commands to use pg_roles instead of pg_user, so - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Fix psql's \d commands to use pg_roles instead of pg_user, so
Date
Msg-id 20050814192047.3A00252DC4@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix psql's \d commands to use pg_roles instead of pg_user, so that
they don't miss owners that are NOLOGIN.

Modified Files:
--------------
    pgsql/src/bin/psql:
        describe.c (r1.123 -> r1.124)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c.diff?r1=1.123&r2=1.124)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix up tab completion for ROLEs and add some more completion
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Update the createuser utility for the ROLEs world.