Why does cluster need the indexname? - Mailing list pgsql-hackers

From G. Anthony Reina
Subject Why does cluster need the indexname?
Date
Msg-id 394A6F20.4DFA0757@nsi.edu
Whole thread Raw
Responses Re: Why does cluster need the indexname?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
I'm probably just missing the point, but why do I have to specify the
indexname for cluster if the table already has a primary key? Wouldn't
cluster want to use the primary key for the table (if it exists) anyway?

Thanks.
-Tony
'



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: OK, OK, Hiroshi's right: use a seperately-generated filename
Next
From: Jeff Hoffmann
Date:
Subject: Re: planner question re index vs seqscan