On Mon, Nov 14, 2011 at 5:16 PM, Ross Reedstrom <reedstrm@rice.edu> wrote:
> Concise output might look like (bikeshed argument: "splat" indicates
> columns "squashed" out):
>
> test=# \d+ foo
> Table "public.foo"
> Column | Type # Storage #
> --------+---------+---------+
> a | integer # plain #
> b | integer # plain #
> Has OIDs: no
>
> or:
>
> Column | Type || Storage |
> --------+---------++---------+
> a | integer || plain |
> b | integer || plain |
>
> or even:
>
> Column | Type || Storage ||
> --------+---------++---------++
> a | integer || plain ||
> b | integer || plain ||
Yeah, that's an idea. And/or the table footer could list the omitted columns.
Josh