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

From Denis Perchine
Subject Re: Importing Large Amounts of Data
Date
Msg-id 200204150459.15336.dyp@perchine.com
Whole thread Raw
In response to Re: Importing Large Amounts of Data  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Responses Re: Importing Large Amounts of Data  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-hackers
On Monday 15 April 2002 03:53, Christopher Kings-Lynne wrote:
> BTW, instead of:
>
> CREATE UNIQUE INDEX bigone_pkey ON bigone (rec_no);
>
> do:
>
> ALTER TABLE bigone ADD PRIMARY KEY(rec_no);

I am sorry, could you please elaborate more on the difference?

--
Denis



pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: Importing Large Amounts of Data
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: Importing Large Amounts of Data