Re: proposal: psql concise mode - Mailing list pgsql-hackers

From Josh Kupershmidt
Subject Re: proposal: psql concise mode
Date
Msg-id CAK3UJRHdesgyrVsuXxjaM3AiOqEhxj0YroaSC7horJd55f-9NA@mail.gmail.com
Whole thread Raw
In response to Re: proposal: psql concise mode  ("Dickson S. Guedes" <listas@guedesoft.net>)
Responses Re: proposal: psql concise mode
List pgsql-hackers
On Sun, Nov 6, 2011 at 1:16 PM, Dickson S. Guedes <listas@guedesoft.net> wrote:
>> test=# \d+ foo
>>                         Table "public.foo"
>>  Column |  Type   | Storage
>> --------+---------+---------
>>  a      | integer | plain
>>  b      | integer | plain
>> Has OIDs: no
>
> Using your example, what if column 'b' has a comment and 'a' not? How
> the above output will be displayed?

Then the comments would be displayed as they previously were, like so:
                        Table "public.foo"Column |  Type   | Storage | Description
--------+---------+---------+-------------a      | integer | plain   |b      | integer | plain   | some comment
Has OIDs: no

Josh


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Measuring relation free space
Next
From: Bernd Helmle
Date:
Subject: Re: Measuring relation free space