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 22:25:44
Message-ID: 200210162225.g9GMPi214082@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut wrote:
> Bruce Momjian writes:
>
> > > 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?
>
> Attached to a noun phrase, like "mode" or "output". Note that all the
> other things the typically follow WITH in any command are nouns.

Should we add an optional MODE after BINARY?

--
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2002-10-17 02:40:49 PL/Perl and Perl 5.8
Previous Message Peter Eisentraut 2002-10-16 22:12:08 Re: COPY syntax