Re: COPY with column list

Поиск
Список
Период
Сортировка
От Brent Verner
Тема Re: COPY with column list
Дата
Msg-id 20020710210155.GA29857@rcfile.org
обсуждение исходный текст
Ответ на Re: COPY with column list  (nconway@klamath.dyndns.org (Neil Conway))
Ответы Re: COPY with column list  (Brent Verner <brent@rcfile.org>)
Список pgsql-patches
[2002-07-10 15:55] Neil Conway said:
| On Wed, Jul 10, 2002 at 02:12:14AM -0400, Brent Verner wrote:
| > The attached patch (against HEAD) implements
| >
| >   COPY x (a,d,c,b) from stdin;
| >   COPY x (a,c) to stdout;
|
| We usually don't allow C++ style comments, such as
|
| > +     // fmtQualifiedId(tbinfo->relnamespace->nspname,classname),

yeah, yeah, yeah, I know :-)  That line should have been removed,
not just commented out...

I'll resubmit a patch that updates the COPY comment in gram.y
in addition to removing the offending cruft mentioned above.

cheers.
  b

--
"Develop your talent, man, and leave the world something. Records are
really gifts from people. To think that an artist would love you enough
to share his music with anyone is a beautiful thing."  -- Duane Allman

В списке pgsql-patches по дате отправления:

Предыдущее
От: nconway@klamath.dyndns.org (Neil Conway)
Дата:
Сообщение: Re: COPY with column list
Следующее
От: Brent Verner
Дата:
Сообщение: Re: COPY with column list