Thanks to visit codestin.com
Credit goes to postgrespro.com

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

From Neil Conway
Subject Re: Importing Large Amounts of Data
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Importing Large Amounts of Data  (Bruce Momjian <[email protected]>)
List pgsql-hackers
On Mon, 15 Apr 2002 21:44:26 -0400 (EDT)
"Bruce Momjian" <[email protected]> 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 <[email protected]>
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