Re: CLUSTER equivalent - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: CLUSTER equivalent
Date
Msg-id 20050915213505.GD29323@surnet.cl
Whole thread Raw
In response to Re: CLUSTER equivalent  (Kevin Murphy <murphy@genome.chop.edu>)
List pgsql-general
On Thu, Sep 15, 2005 at 05:09:51PM -0400, Kevin Murphy wrote:
> Neil Conway wrote:
>
> >Kevin Murphy wrote:
> >
> >>I just wanted to confirm that the COPY command always stores data in
> >>the table in the order in which it appears in the import file.
> >
> >This is not the case -- depending on the content of the FSM, the newly
> >added rows might be distributed throughout the table.
>
> How about for a freshly created, empty table -- I should have qualified
> my original statement.

In that particular case, the answer is yes.  As is if you TRUNCATE the
table just prior to the COPY.

--
Alvaro Herrera -- Valdivia, Chile         Architect, www.EnterpriseDB.com
"El destino baraja y nosotros jugamos" (A. Schopenhauer)

pgsql-general by date:

Previous
From: Kevin Murphy
Date:
Subject: Re: CLUSTER equivalent
Next
From: Robert Fitzpatrick
Date:
Subject: Create a pg table from CSV with header rows