diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml
new file mode 100644
index 097ea91..f1cbdc8
*** a/doc/src/sgml/ref/clusterdb.sgml
--- b/doc/src/sgml/ref/clusterdb.sgml
*************** PostgreSQL documentation
*** 24,30 ****
clusterdb
connection-option
! table
dbname
--- 24,35 ----
clusterdb
connection-option
!
!
!
!
!
! table
dbname
*************** PostgreSQL documentation
*** 117,122 ****
--- 122,129 ----
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..47907c7
*** 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,43 ----
reindexdb
connection-option
!
table
!
!
index
!
!
dbname
*************** PostgreSQL documentation
*** 128,133 ****
--- 129,136 ----
Recreate index only.
+ Multiple indexes can be recreated by writing multiple
+
*************** PostgreSQL documentation
*** 158,163 ****
--- 161,168 ----
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..13dfe57
*** a/doc/src/sgml/ref/vacuumdb.sgml
--- b/doc/src/sgml/ref/vacuumdb.sgml
*************** PostgreSQL documentation
*** 24,30 ****
vacuumdb
connection-option
option
!
--- 24,30 ----
vacuumdb
connection-option
option
!
*************** PostgreSQL documentation
*** 147,152 ****
--- 147,154 ----
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
+