top of page

PostgreSQL:  

CLUSTER

CLUSTER [VERBOSE] table_name [ USING index_name ]
CLUSTER [VERBOSE]

Example

CLUSTER employees USING employees_ind;
CLUSTER employees;
CLUSTER;

bottom of page