Re: Importing Large Amounts of Data - Mailing list pgsql-hackers

From Neil Conway
Subject Re: Importing Large Amounts of Data
Date
Msg-id 20020415214937.43255d2a.nconway@klamath.dyndns.org
Whole thread Raw
In response to Re: Importing Large Amounts of Data  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
On Mon, 15 Apr 2002 21:44:26 -0400 (EDT)
"Bruce Momjian" <pgman@candle.pha.pa.us> wrote:
> In the old days, we created indexes
> only after the data was loaded, but when we added PRIMARY key, pg_dump
> was creating the table with PRIMARY key then loading it, meaning the
> table was being loaded while it had an existing index.  I know we fixed
> this recently but I am not sure if it was in 7.2 or not. 

It's not in 7.2 -- but it's fixed in CVS.

Cheers,

Neil

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


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: regexp character class locale awareness patch
Next
From: Curt Sampson
Date:
Subject: Re: Importing Large Amounts of Data