From fbcc0d69e81ce679a29182cbecc9ffa09b9cf239 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 18 Feb 2002 05:48:45 +0000 Subject: Fix param handling of create* admin scripts as described months ago. Properly handles default values. --- doc/src/sgml/ref/vacuumdb.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src/sgml/ref') 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 @@ @@ -23,13 +23,13 @@ PostgreSQL documentation vacuumdb connection-options - -d dbname --full-f --verbose-v --analyze-z - --table 'table + --table | -t 'table ( column [,...] )' + dbname vacuumdb connection-options -- cgit v1.2.3