Re: COPY statement: no list of the allowed values for "format_name"

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: COPY statement: no list of the allowed values for "format_name"
Дата
Msg-id CAKFQuwbiaftVTMxEi7sBEK6XUq3QwVgbY3Erv0u79GQVqjsUww@mail.gmail.com
обсуждение исходный текст
Ответ на COPY statement: no list of the allowed values for "format_name"  (PG Doc comments form <noreply@postgresql.org>)
Список pgsql-docs
On Thu, Oct 29, 2020 at 5:13 PM Bryn Llewellyn <bryn@yugabyte.com> wrote:
«
Selects the data format to be read or written: text, csv (Comma Separated Values), or binary. The default is text.
»

would be improved if it were spelled more explicitly: 

«
Selects the data format to be read or written. The allowed values for format_name are text, csv (Comma Separated Values), or binary. The default is text.
»

Please consider making this change (and the convention that it implies for comparable cases).

While I agree it isn't something I'm going to lead the charge on.  As you are expressing strong feelings maybe you'd like to write up a patch.  Fixing only COPY would suffice even though I suspect that there are other areas that need consideration.

David J.

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

Предыдущее
От: Bryn Llewellyn
Дата:
Сообщение: Re: COPY statement: no list of the allowed values for "format_name"
Следующее
От: Euler Taveira
Дата:
Сообщение: Re: physical should be logical