Re: psql \d command hides objects from "lower" schemas

Ben Morgan <neembi@gmail.com>

From: Ben Morgan <neembi@gmail.com>
To: Josh Kupershmidt <schmiddy@gmail.com>
Cc: pgsql-bugs@postgresql.org
Date: 2013-01-24T06:32:59Z
Lists: pgsql-bugs
On Wed, Jan 23, 2013 at 5:11 PM, Josh Kupershmidt <schmiddy@gmail.com>wrote:

> Note, I believe that explanation is a bit lacking, i.e a plain.
>   \d
> is quite different from
>   \d *
> both in the format of the output, and that the latter displays
> pg_catalog tables. At any rate, you can use:
>   \dtv *.*
> for all tables and views in all schemas. (Unfortunately, you are then
> stuck with noise from pg_catalog and information_schema.)


Thanks for the clarification!
(Truly sorry for the spam, you guys are great!)

Ben