pgsql: Make psql \d and \dt consistent for system tables, i.e prevent \d

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make psql \d and \dt consistent for system tables, i.e prevent \d
Date: 2009-01-20 02:13:43
Message-ID: 20090120021343.44D7B754878@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make psql \d and \dt consistent for system tables, i.e prevent \d from
showing system tables, make \dS pattern show system table details, and
have \dtS show system and _user_ tables, to be consistent with other \d*
commands.

Modified Files:
--------------
pgsql/src/bin/psql:
command.c (r1.201 -> r1.202)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c?r1=1.201&r2=1.202)
describe.c (r1.196 -> r1.197)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.196&r2=1.197)
describe.h (r1.38 -> r1.39)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.h?r1=1.38&r2=1.39)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2009-01-20 02:38:37 pgsql: Update \d*S documentation to be more accurate; system objects
Previous Message User Achernow 2009-01-20 01:23:28 libpqtypes - libpqtypes: PQgeterror was returning "" but its return