mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
4758541351
Co-authored-by: Harshavardhan <harshath3018@gmail.com>
364 B
364 B
clusterdb
Cluster (reorganize) a PostgreSQL database. More information: https://www.postgresql.org/docs/current/app-clusterdb.html.
- Cluster a specific database:
clusterdb {{database_name}}
- Cluster all databases:
clusterdb {{[-a|--all]}}
- Cluster a specific table in a database:
clusterdb {{[-t|--table]}} {{table_name}} {{database_name}}