Should I CLUSTER on PRIMARY KEY - Mailing list pgsql-general

From Robert James
Subject Should I CLUSTER on PRIMARY KEY
Date
Msg-id e09785e00907191707x602f2c7bk4ca172e8988afc76@mail.gmail.com
Whole thread Raw
Responses Re: Should I CLUSTER on PRIMARY KEY
List pgsql-general
I would like to CLUSTER a table on its PRIMARY KEY.  Now, I haven't explicitly defined and named an index for this table - but the primary key defines one.   How can I tell Postgres to CLUSTER on it?
Also: If I define an index on a PK, will Postgres make a second one, or realize its redundnant?
Thanks!

pgsql-general by date:

Previous
From: Dennis Gearon
Date:
Subject: Re: timestamp with time zone tutorial
Next
From: Robert James
Date:
Subject: Re: Understanding sequential versus index scans.