]> granicus.if.org Git - postgresql/commit
Implement an "S" option for psql's \dn command.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 Nov 2010 01:41:14 +0000 (21:41 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 Nov 2010 01:41:14 +0000 (21:41 -0400)
commite43fb604d6db229d70d3101aa53348cc16a5473a
tree5aaa9c838272896e941c2c390c8e8d10ddda894e
parentd7a2ce4905da7d812407b6354f038aac17e97024
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.
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/command.c
src/bin/psql/describe.c
src/bin/psql/describe.h