From 9974a460040677c3e20cca73bad7f40007d4e502 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 19 May 2010 20:47:18 +0000 Subject: [PATCH] SGML markup cleanup for pg_upgrade. --- doc/src/sgml/pgupgrade.sgml | 62 ++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index b157fc1418..d53a32df5d 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -1,4 +1,4 @@ - + pg_upgrade @@ -36,92 +36,92 @@ - -d OLDDATADIR - --old-datadir OLDDATADIR + OLDDATADIR + OLDDATADIR specify the old cluster data directory - -D NEWDATADIR - --new-datadir NEWDATADIR + NEWDATADIR + NEWDATADIR specify the new cluster data directory - -b OLDBINDIR - --old-bindir OLDBINDIR + OLDBINDIR + OLDBINDIR specify the old cluster executable directory - -B NEWBINDIR - --new-bindir NEWBINDIR + NEWBINDIR + NEWBINDIR specify the new cluster executable directory - -p portnum - --old-port portnum + portnum + portnum specify the old cluster port number - -P portnum - --new-port portnum + portnum + portnum specify the new cluster port number - -u username - --user username + username + username clusters superuser - -c - --check + + check clusters only, don't change any data - -d - --debug + + enable debugging - -G DEBUGFILENAME - --debugfile DEBUGFILENAME + DEBUGFILENAME + DEBUGFILENAME output debugging activity to file - -k - --link + + link instead of copying files to new cluster - -l LOGFILENAME - --logfile LOGFILENAME + LOGFILENAME + LOGFILENAME log session activity to file - -v - --verbose + + enable verbose output - -V - --version + + display version information, then exit - -h - --help + + show help, then exit