Re: COPY syntax - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: COPY syntax
Date
Msg-id Pine.LNX.4.44.0210162055160.928-100000@localhost.localdomain
Whole thread Raw
In response to Re: COPY syntax  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: COPY syntax  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
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.

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: orderRules() now a bad idea?
Next
From: Bruce Momjian
Date:
Subject: Re: COPY syntax