diff options
author | Bruce Momjian | 2002-02-18 05:48:45 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-02-18 05:48:45 +0000 |
commit | fbcc0d69e81ce679a29182cbecc9ffa09b9cf239 (patch) | |
tree | d39df86f4b7e0eff722b1f403c6ebcec22ea5eee /doc | |
parent | c9361a7a9c476b183e5a2b91fa2b085bf03773c4 (diff) |
Fix param handling of create* admin scripts as described months ago.
Properly handles default values.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/sgml/ref/vacuumdb.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml index 57420d6f518..b1c3cab01a8 100644 --- a/doc/src/sgml/ref/vacuumdb.sgml +++ b/doc/src/sgml/ref/vacuumdb.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.20 2001/12/08 03:24:40 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.21 2002/02/18 05:48:43 momjian Exp $ PostgreSQL documentation --> @@ -23,13 +23,13 @@ PostgreSQL documentation <cmdsynopsis> <command>vacuumdb</command> <arg rep="repeat"><replaceable>connection-options</replaceable></arg> - <arg><arg>-d</arg> <replaceable>dbname</replaceable></arg> <group><arg>--full</arg><arg>-f</arg></group> <group><arg>--verbose</arg><arg>-v</arg></group> <group><arg>--analyze</arg><arg>-z</arg></group> - <arg>--table '<replaceable>table</replaceable> + <arg>--table | -t '<replaceable>table</replaceable> <arg>( <replaceable class="parameter">column</replaceable> [,...] )</arg>' </arg> + <arg><replaceable>dbname</replaceable></arg> <sbr> <command>vacuumdb</command> <arg rep="repeat"><replaceable>connection-options</replaceable></arg> |