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

Bruce Momjian <bruce@momjian.us>

Commit: 71928e7b9ff500ce1c183287b6f8e2705841532d
Author: Bruce Momjian <bruce@momjian.us>
Date: 2009-01-20T02:13:42Z
Releases: 8.4.0
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.

Files

PathChange+/−
src/bin/psql/command.c modified +4 −4
src/bin/psql/describe.c modified +9 −13
src/bin/psql/describe.h modified +2 −2