OSDN Git Service

In the pg_upgrade docs, move 50432 port mention to the place where we
authorBruce Momjian <bruce@momjian.us>
Fri, 1 Jul 2011 22:36:00 +0000 (18:36 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 1 Jul 2011 22:36:00 +0000 (18:36 -0400)
talk about client access.

doc/src/sgml/pgupgrade.sgml

index aa633e2..102ca52 100644 (file)
@@ -302,13 +302,11 @@ NET STOP pgsql-8.3  (<productname>PostgreSQL</> 8.3 and older used a different s
      copying), but you will not be able to access your old cluster
      once you start the new cluster after the upgrade.  Link mode also
      requires that the old and new cluster data directories be in the
-     same file system.
+     same file system.  See <literal>pg_upgrade --help</> for a full
+     list of options.
    </para>
 
    <para>
-    <application>pg_upgrade</> defaults to running servers on port
-    50432 to avoid unintended client connections.  See <literal>pg_upgrade
-    --help</> for a full list of options.
    </para>
 
     <para>
@@ -339,7 +337,9 @@ pg_upgrade.exe
     </para>
 
     <para>
-     Obviously, no one should be accessing the clusters during the upgrade.
+     Obviously, no one should be accessing the clusters during the
+     upgrade.  <application>pg_upgrade</> defaults to running servers
+     on port 50432 to avoid unintended client connections.
     </para>
 
     <para>