Re: proposal: psql concise mode
От | Josh Kupershmidt |
---|---|
Тема | Re: proposal: psql concise mode |
Дата | |
Msg-id | CAK3UJRHdesgyrVsuXxjaM3AiOqEhxj0YroaSC7horJd55f-9NA@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: proposal: psql concise mode ("Dickson S. Guedes" <listas@guedesoft.net>) |
Ответы |
Re: proposal: psql concise mode
|
Список | 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 по дате отправления: