pgsql: Implement an "S" option for psql's \dn command. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Implement an "S" option for psql's \dn command.
Date
Msg-id E1PEuGc-0001Nk-Pk@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Implement an "S" option for psql's \dn command.

\dn without "S" now hides all pg_XXX schemas as well as information_schema.
Thus, in a bare database you'll only see "public".  ("public" is considered
a user schema, not a system schema, mainly because it's droppable.)
Per discussion back in late September.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=e43fb604d6db229d70d3101aa53348cc16a5473a

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml |    9 +++++----
src/bin/psql/command.c         |    2 +-
src/bin/psql/describe.c        |   13 ++++++++-----
src/bin/psql/describe.h        |    2 +-
4 files changed, 15 insertions(+), 11 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add support for detecting register-stack overrun on IA64.
Next
From: andrewd@pgfoundry.org (User Andrewd)
Date:
Subject: pgbuildfarm - client-code: send frozen copy of conf to server