1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.20 2001/12/08 03:24:40 thomas Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.21 2002/02/18 05:48:43 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -23,13 +23,13 @@ PostgreSQL documentation
23
23
<cmdsynopsis>
24
24
<command>vacuumdb</command>
25
25
<arg rep="repeat"><replaceable>connection-options</replaceable></arg>
26
- <arg><arg>-d</arg> <replaceable>dbname</replaceable></arg>
27
26
<group><arg>--full</arg><arg>-f</arg></group>
28
27
<group><arg>--verbose</arg><arg>-v</arg></group>
29
28
<group><arg>--analyze</arg><arg>-z</arg></group>
30
- <arg>--table '<replaceable>table</replaceable>
29
+ <arg>--table| -t '<replaceable>table</replaceable>
31
30
<arg>( <replaceable class="parameter">column</replaceable> [,...] )</arg>'
32
31
</arg>
32
+ <arg><replaceable>dbname</replaceable></arg>
33
33
<sbr>
34
34
<command>vacuumdb</command>
35
35
<arg rep="repeat"><replaceable>connection-options</replaceable></arg>