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
| Next: | From: Tom Lane | Date: 2005-08-14 20:16:04 |
| Subject: pgsql: Update the createuser utility for the ROLEs world. |
| Previous: | From: Tom Lane | Date: 2005-08-14 18:49:31 |
| Subject: pgsql: Fix up tab completion for ROLEs and add some more completion |