COPY improvements - Mailing list pgsql-patches

From nconway@klamath.dyndns.org (Neil Conway)
Subject COPY improvements
Date
Msg-id 20020725202535.GA23592@klamath.dyndns.org
Whole thread Raw
Responses Re: COPY improvements
Re: COPY improvements
List pgsql-patches
The attached patch completes the following TODO item:

    * Generate failure on short COPY lines rather than pad NULLs

I also restructed a lot of the existing COPY code, did some code
review on the column list patch sent in by Brent Verner a little
while ago, and added some regression tests. I also added an
explicit check (and resultant error) for extra data before
the end-of-line.

Since COPY is pretty important, I think this should be tested
pretty well before we release 7.3.

Cheers,

Neil

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

Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: small psql patch - show Schema name for \dt \dv \dS
Next
From: nconway@klamath.dyndns.org (Neil Conway)
Date:
Subject: Re: COPY improvements