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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Useless "Replica Identity: NOTHING" noise from psql \d
Дата
Msg-id 21169.1395589777@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Useless "Replica Identity: NOTHING" noise from psql \d  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Useless "Replica Identity: NOTHING" noise from psql \d  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> Is this the patch you had in mind?  I kept the pg_catalog filter.  Do we
> want to always show the replica identity line for \d+?

Doesn't seem like a great idea to remove the filter tests for replident
values and then not fix the display code to cope with those values.

I think this display code is well south of minimal acceptability anyhow:
if the column contains anything other than what it expects, it will print
a lie, meaning it's entirely not future-proof.  I'd suggest a switch()
that prints "???" in the default: case.
        regards, tom lane



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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: psql blows up on BOM character sequence
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Re: psql blows up on BOM character sequence