BUG #6227: No arguments for COPY OIDS and HEADER

From: "Itagaki Takahiro" <itagaki(dot)takahiro(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6227: No arguments for COPY OIDS and HEADER
Date: 2011-09-27 06:10:46
Message-ID: 201109270610.p8R6AkMI004142@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 6227
Logged by: Itagaki Takahiro
Email address: itagaki(dot)takahiro(at)gmail(dot)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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message depstein 2011-09-27 10:06:23 Problems with ENUM type manipulation in 9.1
Previous Message Tom Lane 2011-09-27 04:03:19 Re: pg 9.1.1 - ERROR: could not find pathkey item to sort