Re: psql's \dn versus temp schemas - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: psql's \dn versus temp schemas
Date
Msg-id 1285132414.15691.2.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: psql's \dn versus temp schemas  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: psql's \dn versus temp schemas
List pgsql-hackers
On sön, 2010-09-19 at 13:51 -0400, Tom Lane wrote:
> Hmm.  If we had a \dnS option, what I would sorta expect it to do is
> show the "system" schemas pg_catalog and information_schema.  The
> toast
> and temp schemas seem like a different category somehow.  On the other
> hand, if we did it like this, then the S and + modifiers would be
> orthogonal which is a nice property.

Well, normally the + option shows more columns and the S option shows
more rows.  Showing more "internal" objects with + might be a bit
confusing.



pgsql-hackers by date:

Previous
From: "David E. Wheeler"
Date:
Subject: Re: Multi-branch committing in git, revisited
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Any reason why the default_with_oids GUC is stillthere?