Re: COPY with column list - Mailing list pgsql-patches

From Brent Verner
Subject Re: COPY with column list
Date
Msg-id 20020710210155.GA29857@rcfile.org
Whole thread Raw
In response to Re: COPY with column list  (nconway@klamath.dyndns.org (Neil Conway))
Responses Re: COPY with column list  (Brent Verner <brent@rcfile.org>)
List 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 by date:

Previous
From: nconway@klamath.dyndns.org (Neil Conway)
Date:
Subject: Re: COPY with column list
Next
From: Brent Verner
Date:
Subject: Re: COPY with column list