Re: COPY syntax

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: COPY syntax
Date: 2002-10-16 22:12:08
Message-ID: Pine.LNX.4.44.0210162055160.928-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-10-16 22:25:44 Re: COPY syntax
Previous Message Peter Eisentraut 2002-10-16 22:11:53 Re: orderRules() now a bad idea?