Mention in pg_upgrade docs that the proper Win32 service name should be used.
authorBruce Momjian <[email protected]>
Tue, 28 Sep 2010 18:32:06 +0000 (18:32 +0000)
committerBruce Momjian <[email protected]>
Tue, 28 Sep 2010 18:33:38 +0000 (18:33 +0000)
Per report from Harald Armin Massa

doc/src/sgml/pgupgrade.sgml

index 7bc939c72d8e0253a8e63256a10908b3b032c5a9..47c7bf6b77ba0be83b4c0e602ec735bf80b862aa 100644 (file)
@@ -246,14 +246,14 @@ gmake prefix=/usr/local/pgsql.new install
     <title>Stop both servers</title>
  
     <para>
-     Make sure both database servers are stopped using on Unix, e.g.:
+     Make sure both database servers are stopped using, on Unix, e.g.:
  
 <programlisting>
 pg_ctl -D /opt/PostgreSQL/8.4 stop
 pg_ctl -D /opt/PostgreSQL/9.0 stop
 </programlisting>
  
-     or on Windows
+     or on Windows, using the proper service names:
  
 <programlisting>
 NET STOP postgresql-8.4