Re: COPY syntax

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: COPY syntax
Date: 2002-10-16 01:09:05
Message-ID: 200210160109.g9G195J17341@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

  • COPY syntax at 2002-10-15 18:54:16 from Peter Eisentraut

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-10-16 01:18:34 Re: Changing Column Order (Was Re: MySQL vs PostgreSQL.)
Previous Message Gavin Sherry 2002-10-16 00:22:06 Vacuum improvement