Alvaro Herrera wrote:
On Sat, Apr 23, 2005 at 11:45:43AM +0200, Craig Bryden wrote:
2. How do I create a clustered index in postgres?
There is no such thing as a clustered index in Postgres. You can order
the table itself following an index (that's what CLUSTER does), but you
don't get the data itself inside the index, which is what AFAIK a
clustered index in other database systems.
I believe this is being worked on for 8.1 yes?
Sincerely,
Joshua D. Drake
Command Prompt, Inc.
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@xxxxxxxxxxxxxx so that your
message can get through to the mailing list cleanly