From: Bruce Momjian Date: Mon, 24 May 2010 17:43:39 +0000 (+0000) Subject: Update pg_upgrade docs to show options in alphabetical order, and X-Git-Tag: REL9_0_BETA2~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b9904a0f81c4755ac5b2cf0403bfd3e7acec95c;p=postgresql Update pg_upgrade docs to show options in alphabetical order, and improve 8.3 doc limitations paragraph. --- diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index d53a32df5d..0b9b5c3cc9 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -1,4 +1,4 @@ - + pg_upgrade @@ -35,18 +35,6 @@ - - OLDDATADIR - OLDDATADIR - specify the old cluster data directory - - - - NEWDATADIR - NEWDATADIR - specify the new cluster data directory - - OLDBINDIR OLDBINDIR @@ -60,31 +48,25 @@ - portnum - portnum - specify the old cluster port number - - - - portnum - portnum - specify the new cluster port number + + + check clusters only, don't change any data - username - username - clusters superuser + OLDDATADIR + OLDDATADIR + specify the old cluster data directory - - - check clusters only, don't change any data + NEWDATADIR + NEWDATADIR + specify the new cluster data directory - + enable debugging @@ -107,6 +89,24 @@ log session activity to file + + portnum + portnum + specify the old cluster port number + + + + portnum + portnum + specify the new cluster port number + + + + username + username + clusters superuser + + @@ -120,6 +120,7 @@ + show help, then exit @@ -441,6 +442,8 @@ psql --username postgres --file script.sql postgres + Upgrading from PostgreSQL 8.3 has additional restrictions not present + when upgrading from later PostgreSQL releases. For example, pg_upgrade will not work for a migration from 8.3 if a user column is defined as: