The options to COPY statement can not be separated with a comma - Mailing list pgsql-docs

From hvrauhal@gmail.com
Subject The options to COPY statement can not be separated with a comma
Date
Msg-id 20161125112813.6539.29538@wrigleys.postgresql.org
Whole thread Raw
Responses Re: The options to COPY statement can not be separated with a comma  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List 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 by date:

Previous
From: Don Morrison
Date:
Subject: Re: Better example
Next
From: Alvaro Herrera
Date:
Subject: Re: The options to COPY statement can not be separated with a comma