diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml
new file mode 100644
index 097ea91..a7cf1d1
*** a/doc/src/sgml/ref/clusterdb.sgml
--- b/doc/src/sgml/ref/clusterdb.sgml
*************** PostgreSQL documentation
*** 24,30 ****
clusterdb
connection-option
! table
dbname
--- 24,39 ----
clusterdb
connection-option
!
!
!
!
!
!
! table
!
!
!
dbname
*************** PostgreSQL documentation
*** 117,122 ****
--- 126,133 ----
Cluster table only.
+ Multiple tables can be clustered by writing multiple
+
diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml
new file mode 100644
index f4668e7..0d73294
*** a/doc/src/sgml/ref/pg_restore.sgml
--- b/doc/src/sgml/ref/pg_restore.sgml
***************
*** 400,406 ****
! Restore definition and/or data of named table only. This can be
combined with the option to specify a schema.
--- 400,407 ----
! Restore definition and/or data of named table only. Multiple tables
! may be specified with multiple option to specify a schema.
diff --git a/doc/src/sgml/ref/reindexdb.sgml b/doc/src/sgml/ref/reindexdb.sgml
new file mode 100644
index 781012f..329a8c3
*** a/doc/src/sgml/ref/reindexdb.sgml
--- b/doc/src/sgml/ref/reindexdb.sgml
*************** PostgreSQL documentation
*** 23,42 ****
reindexdb
connection-option
!
table
!
!
index
!
dbname
--- 23,47 ----
reindexdb
connection-option
!
!
table
!
!
!
!
index
!
!
!
dbname
*************** PostgreSQL documentation
*** 128,133 ****
--- 133,140 ----
Recreate index only.
+ Multiple indexes can be recreated by writing multiple
+
*************** PostgreSQL documentation
*** 158,163 ****
--- 165,172 ----
Reindex table only.
+ Multiple tables can be reindexed by writing multiple
+
diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml
new file mode 100644
index c60ba44..d1053ea
*** a/doc/src/sgml/ref/vacuumdb.sgml
--- b/doc/src/sgml/ref/vacuumdb.sgml
*************** PostgreSQL documentation
*** 24,29 ****
--- 24,30 ----
vacuumdb
connection-option
option
+
*************** PostgreSQL documentation
*** 32,37 ****
--- 33,40 ----
table
( column [,...] )
+
+
dbname
*************** PostgreSQL documentation
*** 147,152 ****
--- 150,157 ----
Clean or analyze table only.
Column names can be specified only in conjunction with
the or options.
+ Multiple tables can be vacuumed by writing multiple
+