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

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

Other than that, looks OK to me.

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC

pgsql-patches by date:

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