The following bug has been logged online:

Bug reference:      6227
Logged by:          Itagaki Takahiro
Email address:      itagaki.takah...@gmail.com
PostgreSQL version: 9.1 and all
Operating system:   N/A
Description:        No arguments for COPY OIDS and HEADER
Details: 

Our documentation says OIDS and HEADER options in COPY command take [
boolean ] arguments, but actually they don't accept any arguments. We can
only set them to TRUE by specifying their names.

http://www.postgresql.org/docs/9.1/static/sql-copy.html
- OIDS [ boolean ]
- HEADER [ boolean ]

[ <replaceable class="parameter">boolean</replaceable> ]
in copy.sgml seems a junk.

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to