Re: COPY improvements - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: COPY improvements
Date
Msg-id 200207301653.g6UGrlr17022@candle.pha.pa.us
Whole thread Raw
In response to COPY improvements  (nconway@klamath.dyndns.org (Neil Conway))
List pgsql-patches
IMPROVED VERSION APPLIED.

Patch applied.  Thanks.

---------------------------------------------------------------------------


Neil Conway wrote:
> 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, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: psql tab-complete: schema support, quotes, etc.
Next
From: Bruce Momjian
Date:
Subject: Re: COPY improvements