Re: psql \d+ and oid display

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: psql \d+ and oid display
Дата
Msg-id 20140411000511.GM6917@momjian.us
обсуждение исходный текст
Ответ на Re: psql \d+ and oid display  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: psql \d+ and oid display  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On Thu, Apr 10, 2014 at 07:58:55PM -0400, Tom Lane wrote:
> Bruce Momjian <bruce@momjian.us> writes:
> > It also has changed the OID status to only display if it exists.  One
> > question that came up with Robert is whether OID status should appear
> > for \d as well, now that is only shows up when present.
> 
> Yeah, I was wondering about that too.  If part of the argument here is
> to make these two displays act more alike, it seems inconsistent that
> one is emitted by \d while the other only comes out with \d+.
> 
> Of course, there are two ways to fix that: maybe the replica info
> also only belongs in \d+?

OK, I changed my patch to only show replica info for \d+.  If we decide
to change them to both display for \d, I will update it again.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: psql \d+ and oid display
Следующее
От: Florian Pflug
Дата:
Сообщение: Re: [PATCH] Negative Transition Aggregate Functions (WIP)