From: Bruce Momjian Date: Wed, 22 Feb 2012 23:40:19 +0000 (-0500) Subject: Improve wording of pg_upgrade logfile option: X-Git-Tag: REL9_2_BETA1~385 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e6092a2277e50f15d24292ac98ebca8133c881b;p=thirdparty%2Fpostgresql.git Improve wording of pg_upgrade logfile option: -l, --logfile=FILENAME log internal activity to file\n\ --- diff --git a/contrib/pg_upgrade/option.c b/contrib/pg_upgrade/option.c index 85d33d2736f..0a105efec71 100644 --- a/contrib/pg_upgrade/option.c +++ b/contrib/pg_upgrade/option.c @@ -259,7 +259,7 @@ Options:\n\ -g, --debug enable debugging\n\ -G, --debugfile=FILENAME output debugging activity to file\n\ -k, --link link instead of copying files to new cluster\n\ - -l, --logfile=FILENAME log session activity to file\n\ + -l, --logfile=FILENAME log internal activity to file\n\ -o, --old-options=OPTIONS old cluster options to pass to the server\n\ -O, --new-options=OPTIONS new cluster options to pass to the server\n\ -p, --old-port=OLDPORT old cluster port number (default %d)\n\ diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index ac3f99bd7da..1373069243c 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -111,7 +111,7 @@ log_filename log_filename - log session activity to file + log internal activity to file