Re: COPY commands could use an enhancement. - Mailing list pgsql-hackers

From Joel Burton
Subject Re: COPY commands could use an enhancement.
Date
Msg-id Pine.LNX.4.21.0104300923370.6719-100000@olympus.scw.org
Whole thread Raw
In response to COPY commands could use an enhancement.  (Alfred Perlstein <bright@wintelcom.net>)
Responses Re: COPY commands could use an enhancement.  (Alfred Perlstein <bright@wintelcom.net>)
List 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@scw.org>
Director of Information Systems, Support Center of Washington



pgsql-hackers by date:

Previous
From: Jan Wieck
Date:
Subject: Bug in ODBC driver
Next
From: Alfred Perlstein
Date:
Subject: Re: COPY commands could use an enhancement.