Re: Quoting of psql \d output

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Quoting of psql \d output
Дата
Msg-id 3053.62.158.111.153.1072199084.squirrel@new.host.name
обсуждение исходный текст
Ответ на Re: Quoting of psql \d output  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Quoting of psql \d output
Список pgsql-patches
Bruce Momjian writes:
> But it isn't a message:
>
>            Table "public.xx"
>      Column |  Type   | Modifiers
>     --------+---------+-----------
>      y      | integer |
>     Indexes:
>         "ii" btree (y)

By definition, everything that is printed out for human consumption is a
message.

Everything that is printed out for consumption by an SQL parser (e.g., in
pg_dump) is encouraged to use SQL quoting rules.  But everything that is
intended to be read by humans should use quoting rules that are common in
real-life publishing.




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Quoting of psql \d output
Следующее
От: "Peter Eisentraut"
Дата:
Сообщение: Re: Quoting of psql \d output