Useless "Replica Identity: NOTHING" noise from psql \d

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Useless "Replica Identity: NOTHING" noise from psql \d
Дата
Msg-id 12303.1387038473@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: Useless "Replica Identity: NOTHING" noise from psql \d
Список pgsql-hackers
In HEAD:

regression=# \d pg_depend  Table "pg_catalog.pg_depend"  Column    |  Type   | Modifiers 
-------------+---------+-----------classid     | oid     | not nullobjid       | oid     | not nullobjsubid    |
integer| not nullrefclassid  | oid     | not nullrefobjid    | oid     | not nullrefobjsubid | integer | not
nulldeptype    | "char"  | not null
 
Indexes:   "pg_depend_depender_index" btree (classid, objid, objsubid)   "pg_depend_reference_index" btree (refclassid,
refobjid,refobjsubid)
 
Replica Identity: NOTHING

Where did that last line come from, and who thinks it's so important
that it should appear by default?  It seems absolutely content-free
even if I were using whatever feature it refers to, since it is
(I presume) the default state.

Please either suppress this entirely or at least condition it on \d+.
        regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: clang's -Wmissing-variable-declarations shows some shoddy programming
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Useless "Replica Identity: NOTHING" noise from psql \d