Make psql \d and \dt consistent for system tables, i.e prevent \d from
authorBruce Momjian <bruce@momjian.us>
Tue, 20 Jan 2009 02:13:42 +0000 (02:13 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 20 Jan 2009 02:13:42 +0000 (02:13 +0000)
commit71928e7b9ff500ce1c183287b6f8e2705841532d
treedfd82ee0d734a66a1ccab624e3760ade933050f2
parent2384287f6dd84892186cb599b8c84dcdbbd1b516
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.
src/bin/psql/command.c
src/bin/psql/describe.c
src/bin/psql/describe.h