Re: COPY commands could use an enhancement.

From: Joel Burton <jburton(at)scw(dot)org>
To: Alfred Perlstein <bright(at)wintelcom(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: COPY commands could use an enhancement.
Date: 2001-04-30 13:25:25
Message-ID: Pine.LNX.4.21.0104300923370.6719-100000@olympus.scw.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 30 Apr 2001, Alfred Perlstein wrote:

> Basically:
> COPY "webmaster" FROM stdin;
>
> could become:
> COPY "webmaster" FIELDS "id", "name", "ssn" FROM stdin;

We'd need some way of making field name dumping optional, because
one of the nice things about not having the field names appear is that
I can dump, change the field names, and re-slurp in the old dump.

--
Joel Burton <jburton(at)scw(dot)org>
Director of Information Systems, Support Center of Washington

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alfred Perlstein 2001-04-30 13:29:23 Re: COPY commands could use an enhancement.
Previous Message Jan Wieck 2001-04-30 13:05:36 Bug in ODBC driver