The options to COPY statement can not be separated with a comma

Поиск
Список
Период
Сортировка
От hvrauhal@gmail.com
Тема The options to COPY statement can not be separated with a comma
Дата
Msg-id 20161125112813.6539.29538@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: The options to COPY statement can not be separated with a comma  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-docs
The following documentation comment has been logged on the website:

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

The documentation describes: 
 [ [ WITH ] ( option [, ...] ) ]

But actually the options are only separated by spaces, for example 
`with CSV HEADER NULL '';`

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

Предыдущее
От: Don Morrison
Дата:
Сообщение: Re: Better example
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: The options to COPY statement can not be separated with a comma