From 1b49d56d358a9c2e310d66c0ac87216d9b932b78 Mon Sep 17 00:00:00 2001
From: Nathan Bossart
Date: Mon, 11 Mar 2024 13:11:20 -0500
Subject: clusterdb: Allow specifying tables to process in all databases.
Presently, clusterdb's --table option cannot be used together with
--all, i.e., you cannot specify tables to process in all databases.
This commit removes this unnecessary restriction. In passing,
change the synopsis in the documentation to use "[option...]"
instead of "[--verbose | -v]". There are other general-purpose
options (e.g., --quiet and --echo), but the synopsis currently only
lists --verbose.
Reviewed-by: Kyotaro Horiguchi, Dean Rasheed
Discussion: https://postgr.es/m/20230628232402.GA1954626%40nathanxps13
---
doc/src/sgml/ref/clusterdb.sgml | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
(limited to 'doc')
diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml
index c838b22c440..d3145318b36 100644
--- a/doc/src/sgml/ref/clusterdb.sgml
+++ b/doc/src/sgml/ref/clusterdb.sgml
@@ -23,7 +23,7 @@ PostgreSQL documentation
clusterdbconnection-option
-
+ option
@@ -35,14 +35,13 @@ PostgreSQL documentation
- dbname
-
-
-
- clusterdb
- connection-option
-
-
+
+
+ dbname
+
+
+
+
--
cgit v1.2.3