From 1a8d4c9277a906ff587581e85a85889f43bd2ddc Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 7 Jan 2010 12:38:55 +0000 Subject: Rename new vacuumdb option to --analyze-only from --only-analyze. --- doc/src/sgml/ref/vacuumdb.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/src/sgml') diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml index 2d891c56cf6..f1c8c03846b 100644 --- a/doc/src/sgml/ref/vacuumdb.sgml +++ b/doc/src/sgml/ref/vacuumdb.sgml @@ -1,5 +1,5 @@ @@ -28,7 +28,7 @@ PostgreSQL documentation --freeze-F --verbose-v --analyze-z - --only-analyze-o + --analyze-only-o --table | -t table ( column [,...] ) @@ -42,7 +42,7 @@ PostgreSQL documentation --freeze-F --verbose-v --analyze-z - --only-analyze-o + --analyze-only-o @@ -143,7 +143,7 @@ PostgreSQL documentation - + Only calculate statistics for use by the optimizer (no vacuum). @@ -168,7 +168,7 @@ PostgreSQL documentation Clean or analyze table only. Column names can be specified only in conjunction with - the or options. + the or options. -- cgit v1.2.3