Re: Proposal to improve the content in subsection 8.16.6. "Composite Type Input and Output Syntax"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Proposal to improve the content in subsection 8.16.6. "Composite Type Input and Output Syntax"
Дата
Msg-id 23093.1585952196@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Proposal to improve the content in subsection 8.16.6. "Composite Type Input and Output Syntax"  (PG Doc comments form <noreply@postgresql.org>)
Ответы Re: Proposal to improve the content in subsection 8.16.6. "CompositeType Input and Output Syntax"  (Bryn Llewellyn <bryn@yugabyte.com>)
Список pgsql-docs
PG Doc comments form <noreply@postgresql.org> writes:
> 1. Replace this:
> "...the whitespace will be ignored if the field type is integer, but not if
> it is text."
> with this:
> "...the whitespace will be ignored if the field type is integer, but not if
> it is a character data type like text."

It's already an example, so I don't see this as an improvement.

> Insert this between the two sentences, i.e. after "...any individual field
> value." and before "You must do so if...":

The proposed additional text is flat-out wrong.

What actually happens here is that text between quotes is considered
quoted (so that, for example, commas within it are not field separators),
but that does not exclude there being other unquoted text within the
same field value.

            regards, tom lane



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

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: Proposal to improve the content in subsection 8.16.6. "Composite Type Input and Output Syntax"
Следующее
От: PG Doc comments form
Дата:
Сообщение: ceil/ceiling/floor mathematical functions documented output is incorrect