Re: Cluster table

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Kopljan Michael" <kopljan(at)beotel(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Cluster table
Date: 2007-12-30 16:10:00
Message-ID: 8433.1199031000@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Kopljan Michael" <kopljan(at)beotel(dot)net> writes:
> Table is physically ordered by primary key. I try to cluster table with :
> CLUSTER cluster_idx_dok" ON "ITerp"."Dok" ;
> but Table is still physically ordered by primary key.

What's your evidence for saying so?

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sebastián Baioni 2007-12-31 12:15:21 Can't make backup
Previous Message Kopljan Michael 2007-12-30 10:49:46 Cluster table