Re: Quoting of psql \d output

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Quoting of psql \d output
Дата
Msg-id 3076.1072191640@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Quoting of psql \d output  ("Peter Eisentraut" <peter_e@gmx.net>)
Ответы Re: Quoting of psql \d output
Список pgsql-patches
"Peter Eisentraut" <peter_e@gmx.net> writes:
> Bruce Momjian writes:
>> psql \d always double-quotes table names:

> Yes, and that is conforming to message style rules.  Please leave it at that.

The problem is that it is double-quoting a qualified name, which is
something we generally don't produce in messages.  I think it's actively
misleading.

A simpler but uglier solution would be to quote the schema and table
names separately:

    Table "public"."foo"

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Quoting of psql \d output
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: [GENERAL] Temporary tables and miscellaneous schemas