Fix psql's \d commands to use pg_roles instead of pg_user, so that
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Aug 2005 19:20:45 +0000 (19:20 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Aug 2005 19:20:45 +0000 (19:20 +0000)
commite9cc30bd344389b2167c7f2d5afa6ec907530c17
treec91e2094f061cba8e0c51eb6fefac58cd2bff77f
parent768ef0c37b5eb560b2d84713ccfb626fd0a0b705
Fix psql's \d commands to use pg_roles instead of pg_user, so that
they don't miss owners that are NOLOGIN.
src/bin/psql/describe.c