Re: psql \d+ and oid display

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: psql \d+ and oid display
Дата
Msg-id 20140327211100.GA26319@alap3.anarazel.de
обсуждение исходный текст
Ответ на psql \d+ and oid display  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On 2014-03-27 09:15:52 -0400, Bruce Momjian wrote:
> When we made OIDs optional, we added an oid status display to \d+:
> 
>     test=> \d+ test
>                              Table "public.test"
>      Column |  Type   | Modifiers | Storage | Stats target | Description
>     --------+---------+-----------+---------+--------------+-------------
>      x      | integer |           | plain   |              |
> -->    Has OIDs: no
> 
> Do we want to continue displaying that OID line, or make it optional for
> cases where the value doesn't match default_with_oids?

I think we should just leave this alone. Changing this seems useless
noise at this point.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Minimum supported version of Python?
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Useless "Replica Identity: NOTHING" noise from psql \d