diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml new file mode 100644 index 097ea91..83dfd0f *** a/doc/src/sgml/ref/clusterdb.sgml --- b/doc/src/sgml/ref/clusterdb.sgml *************** PostgreSQL documentation *** 117,122 **** --- 117,124 ---- 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..4edde9a *** a/doc/src/sgml/ref/reindexdb.sgml --- b/doc/src/sgml/ref/reindexdb.sgml *************** PostgreSQL documentation *** 128,133 **** --- 128,135 ---- Recreate index only. + Multiple indexes can be recreated by writing multiple + *************** PostgreSQL documentation *** 158,163 **** --- 160,167 ---- 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..c540c5d *** a/doc/src/sgml/ref/vacuumdb.sgml --- b/doc/src/sgml/ref/vacuumdb.sgml *************** 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 +