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

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема COPY statement: no list of the allowed values for "format_name"
Дата
Msg-id 160399434025.7807.3621430784359007064@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: COPY statement: no list of the allowed values for "format_name"
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/sql-copy.html
Description:

Look at the account of the COPY statement, here:

https://www.postgresql.org/docs/11/sql-copy.html

and see this:

«
[ [ WITH ] ( option [, ...] ) ]
»

It goes on to say this:

«
where option can be one of:

    FORMAT format_name
»

But there's no list of the allowed values for "format_name". The same holds
for other options like, for example, "encoding_name".

I tried to provoke the list by using "with (format 'dog')". I got the 22023
error:

«
COPY format "dog" not recognized
»

But there was no list of the allowed values.

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Missing directory is mentioned on page https://www.postgresql.org/docs/13/libpq-exec.html.
Следующее
От: PG Doc comments form
Дата:
Сообщение: What does "[backends] should seldom or never need to wait for a write to occur" mean?