We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d93f1 commit 4758541Copy full SHA for 4758541
pages/common/clusterdb.md
@@ -0,0 +1,16 @@
1
+# clusterdb
2
+
3
+> Cluster (reorganize) a PostgreSQL database.
4
+> More information: <https://www.postgresql.org/docs/current/app-clusterdb.html>.
5
6
+- Cluster a specific database:
7
8
+`clusterdb {{database_name}}`
9
10
+- Cluster all databases:
11
12
+`clusterdb {{[-a|--all]}}`
13
14
+- Cluster a specific table in a database:
15
16
+`clusterdb {{[-t|--table]}} {{table_name}} {{database_name}}`
0 commit comments