- CLUSTER without any parameter reclusters all the
+ CLUSTER without a
+ table_name reclusters all the
previously-clustered tables in the current database that the calling user
has privileges for. This form of CLUSTER cannot be
executed inside a transaction block.
Clustering a partitioned table clusters each of its partitions using the
partition of the specified partitioned index. When clustering a partitioned
- table, the index may not be omitted.
+ table, the index may not be omitted. CLUSTER on a
+ partitioned table cannot be executed inside a transaction block.