Re: COPY syntax - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: COPY syntax
Date
Msg-id 200210160109.g9G195J17341@candle.pha.pa.us
Whole thread Raw
In response to COPY syntax  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: COPY syntax
List pgsql-hackers
Peter Eisentraut wrote:
> According to the syntax diagram in the documenation, I can write
> 
> COPY table TO STDOUT WITH BINARY OIDS;
> 
> Shouldn't the "binary", being an adjective, be attached to something?

Uh, it is attached to WITH?

Seriously, yea, it doesn't read well, but it follows the WITH format of
parameters to a command. 

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Gavin Sherry
Date:
Subject: Vacuum improvement
Next
From: Jan Wieck
Date:
Subject: Re: Changing Column Order (Was Re: MySQL vs PostgreSQL.)