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

From: Ben Morgan <neembi(at)gmail(dot)com>
To: Josh Kupershmidt <schmiddy(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: psql \d command hides objects from "lower" schemas
Date: 2013-01-24 06:32:59
Message-ID: CA+pT-SXTb72CaCoLDNkEcgzBtRV3tiGRjMg63X2U8GGnB-7cFQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Craig Ringer 2013-01-24 07:45:36 Re: BUG #6510: A simple prompt is displayed using wrong charset
Previous Message Mark Kirkwood 2013-01-24 04:21:06 PL/R Median Busts Commit (Postgres 9.1.6 + plr 8.3.0.13 on Ubuntu 12.10 64 bit)