From 3ccb97b2e453cfba479dbbc48a91c6eff58b443e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 6 Jan 2010 02:59:46 +0000 Subject: pg_dump --only-analyze Implement pg_dump --only-analyze for use by pg_migrator to only analyze all databases. --- doc/src/sgml/ref/vacuumdb.sgml | 44 ++++++++++++++++++++++++++++-------------- 1 file changed, 29 insertions(+), 15 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml index 9fcdb4d2bba..ad6f3a8cf3d 100644 --- a/doc/src/sgml/ref/vacuumdb.sgml +++ b/doc/src/sgml/ref/vacuumdb.sgml @@ -1,5 +1,5 @@ @@ -24,9 +24,10 @@ PostgreSQL documentation vacuumdb connection-option --full-f + --freeze-F --verbose-v --analyze-z - --freeze-F + --only-analyze-o --table | -t table ( column [,...] ) @@ -36,9 +37,10 @@ PostgreSQL documentation connection-options --all-a --full-f + --freeze-F --verbose-v --analyze-z - --freeze-F + --only-analyze-o @@ -56,8 +58,9 @@ PostgreSQL documentation vacuumdb is a wrapper around the SQL command . - There is no effective difference between vacuuming databases via - this utility and via other methods for accessing the server. + There is no effective difference between vacuuming and analyzing + databases via this utility and via other methods for accessing the + server. @@ -116,6 +119,26 @@ PostgreSQL documentation + + + + + + Aggressively freeze tuples. + + + + + + + + + + Only calculate statistics for use by the optimizer (no vacuum). + + + + @@ -133,7 +156,7 @@ PostgreSQL documentation Clean or analyze table only. Column names can be specified only in conjunction with - the option. + the or options. @@ -164,15 +187,6 @@ PostgreSQL documentation - - - - - - Aggressively freeze tuples. - - - -- cgit v1.2.3