From 4b9904a0f81c4755ac5b2cf0403bfd3e7acec95c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 24 May 2010 17:43:39 +0000 Subject: [PATCH] Update pg_upgrade docs to show options in alphabetical order, and improve 8.3 doc limitations paragraph. --- doc/src/sgml/pgupgrade.sgml | 67 +++++++++++++++++++------------------ 1 file changed, 35 insertions(+), 32 deletions(-) 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 @@ -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: