Re: COPY improvements

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: COPY improvements
Date: 2002-07-30 16:53:47
Message-ID: 200207301653.g6UGrlr17022@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)rogers(dot)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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-07-30 16:54:08 Re: COPY improvements
Previous Message Bruce Momjian 2002-07-30 16:35:16 Re: psql tab-complete: schema support, quotes, etc.