]> granicus.if.org Git - postgresql/commitdiff
In pg_upgade, document that the port numbers must be different when
authorBruce Momjian <bruce@momjian.us>
Fri, 31 Aug 2012 20:55:49 +0000 (16:55 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 31 Aug 2012 20:56:05 +0000 (16:56 -0400)
checking an old running server.

doc/src/sgml/pgupgrade.sgml

index fcbe551e7646f4f0ce7978930b438a92791a64f3..b62aba26418d9cd3f5918455727e046fca0d4d42 100644 (file)
@@ -367,8 +367,10 @@ pg_upgrade.exe
      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.
-     You can use the same port numbers for both clusters because the
-     old and new clusters will not be running at the same time.
+     You can use the same port number for both clusters when doing an
+     upgrade because the old and new clusters will not be running at the
+     same time.  However, when checking an old running server, the old
+     and new port numbers must be different.
     </para>
 
     <para>