Re: COPY with column list

From: Brent Verner <brent(at)rcfile(dot)org>
To: pgsql-patches(at)postgresql(dot)org
Subject: Re: COPY with column list
Date: 2002-07-10 21:01:55
Message-ID: 20020710210155.GA29857@rcfile.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Brent Verner 2002-07-10 21:52:46 Re: COPY with column list
Previous Message Neil Conway 2002-07-10 19:55:37 Re: COPY with column list