Make psql \d and \dt consistent for system tables, i.e prevent \d from
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/command.c | modified | +4 −4 |
| src/bin/psql/describe.c | modified | +9 −13 |
| src/bin/psql/describe.h | modified | +2 −2 |