psql \d+ and oid display

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема psql \d+ and oid display
Дата
Msg-id 20140327131552.GB11694@momjian.us
обсуждение исходный текст
Ответы Re: psql \d+ and oid display  (Euler Taveira <euler@timbira.com.br>)
Re: psql \d+ and oid display  (David Johnston <polobo@yahoo.com>)
Re: psql \d+ and oid display  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
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?

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



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Useless "Replica Identity: NOTHING" noise from psql \d
Следующее
От: Christoph Berg
Дата:
Сообщение: Re: Useless "Replica Identity: NOTHING" noise from psql \d