CLUSTER(7) SQL Commands CLUSTER(7) NAME CLUSTER - SYNOPSIS CLUSTER indexname ON tablename CLUSTER tablename CLUSTER DESCRIPTION CLUSTER PostgreSQL indexname table tablename. PostgreSQL CLUSTER tablename CLUSTER CLUSTER ACCESS EXCLUSIVE CLUSTER Section 12.3 PARAMETERS indexname tablename NOTES CLUSTER CLUSTER CLUSTER VACUUM ANALYZE CLUSTER PostgreSQL CREATE TABLE newtable AS SELECT columnlist FROM table ORDER BY columnlist; PostgreSQL ORDER BY ALTER TABLE ... RENAME newtable OID ---- EXAMPLES emp_ind employees CLUSTER emp_ind ON emp; employees CLUSTER emp; CLUSTER; COMPATIBILITY SQL CLUSTER SEE ALSO clusterdb [clusterdb(1)] Postgresql man man https://github.com/man-pages-zh/manpages- zh SQL - Language Statements 2003-11-02 CLUSTER(7)