On Wed, Jan 23, 2013 at 5:11 PM, Josh Kupershmidt <schmiddy(at)gmail(dot)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