*** a/doc/src/sgml/ref/clusterdb.sgml --- b/doc/src/sgml/ref/clusterdb.sgml *************** *** 24,30 **** PostgreSQL documentation clusterdb connection-option ! table dbname --- 24,40 ---- clusterdb connection-option ! ! ! ! ! ! ! ! table ! ! ! dbname *************** *** 117,122 **** PostgreSQL documentation --- 127,134 ---- Cluster table only. + Multiple tables can be clustered by writing multiple + *** 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. *** a/doc/src/sgml/ref/reindexdb.sgml --- b/doc/src/sgml/ref/reindexdb.sgml *************** *** 23,42 **** PostgreSQL documentation reindexdb connection-option ! ! ! ! ! ! table ! ! ! ! ! ! ! index ! dbname --- 23,49 ---- reindexdb connection-option ! ! ! ! ! ! ! ! table ! ! ! ! ! ! ! ! ! ! index ! ! ! dbname *************** *** 128,133 **** PostgreSQL documentation --- 135,142 ---- Recreate index only. + Multiple indexes can be recreated by writing multiple + *************** *** 158,163 **** PostgreSQL documentation --- 167,174 ---- Reindex table only. + Multiple tables can be reindexed by writing multiple + *** a/doc/src/sgml/ref/vacuumdb.sgml --- b/doc/src/sgml/ref/vacuumdb.sgml *************** *** 24,37 **** PostgreSQL documentation vacuumdb connection-option option ! ! ! ! ! ! table ! ( column [,...] ) dbname --- 24,41 ---- vacuumdb connection-option option ! ! ! ! ! ! ! ! table ! ( column [,...] ) ! + dbname *************** *** 147,152 **** PostgreSQL documentation --- 151,158 ---- 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 +