Re: COPY with column list

From: nconway(at)klamath(dot)dyndns(dot)org (Neil Conway)
To: Brent Verner <brent(at)rcfile(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: COPY with column list
Date: 2002-07-10 19:55:37
Message-ID: 20020710195537.GB23119@klamath.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)rogers(dot)com>
PGP Key ID: DB3C29FC

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Brent Verner 2002-07-10 21:01:55 Re: COPY with column list
Previous Message Neil Conway 2002-07-10 16:50:29 psql: fix memory leak