Re: COPY syntax

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: COPY syntax
Дата
Msg-id Pine.LNX.4.44.0210162055160.928-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: COPY syntax  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: COPY syntax  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: orderRules() now a bad idea?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: COPY syntax