Contents
CLUSTER
An SQLcommand for clustering a table according to an index
CLUSTER
is a utility command for clustering a table according to an index.
CLUSTER
has always been present in PostgreSQL.
Change history
- PostgreSQL 15
CLUSTER
can now be executed on partitioned tables (commit cfdd03f4)
- PostgreSQL 8.4
- option
VERBOSE
added (commit a3785555)
- option
- PostgreSQL 7.4
References
- PostgreSQL documentation: CLUSTER