clusterdb
is a core utility for reclustering tables in a PostgreSQL database.
clusterdb
was added in PostgreSQL 7.3 (commit c0ad5953), initially as a shell script.
Change history
- PostgreSQL 9.3
- option
-t/--table
can be provided multiple times (commit f3af5344)
- option
- PostgreSQL 8.4
- PostgreSQL 8.3
- Ctrl-C interrupt handler added (commit 6e09df9d)
- PostgreSQL 7.4
- converted to C (commit f374a9da)
- PostgreSQL 7.3
- added (commit c0ad5953)
References
- PostgreSQL documentation: clusterdb