From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Implement an "S" option for psql's \dn command. |
Date: | 2010-11-07 01:41:58 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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
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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | User Andrewd | 2010-11-07 02:56:46 | pgbuildfarm - client-code: send frozen copy of conf to server |
Previous Message | Tom Lane | 2010-11-06 23:37:14 | pgsql: Add support for detecting register-stack overrun on IA64. |