diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index d53a32df5d9..0b9b5c3cc99 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 @@ -59,24 +47,6 @@ specify the new cluster executable directory - - portnum - portnum - specify the old cluster port number - - - - portnum - portnum - specify the new cluster port number - - - - username - username - clusters superuser - - @@ -84,7 +54,19 @@ - + OLDDATADIR + OLDDATADIR + specify the old cluster data directory + + + + 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: