From: Bruce Momjian Date: Tue, 28 Sep 2010 18:32:07 +0000 (+0000) Subject: Mention in pg_upgrade docs that the proper Win32 service name should be used. X-Git-Tag: REL9_0_1~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=946de44b3dfb7b939ee9e71f761b9c01ad880525;p=postgresql Mention in pg_upgrade docs that the proper Win32 service name should be used. Per report from Harald Armin Massa --- diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index 9135c6b9b7..8578657039 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -246,14 +246,14 @@ gmake prefix=/usr/local/pgsql.new install Stop both servers - Make sure both database servers are stopped using on Unix, e.g.: + Make sure both database servers are stopped using, on Unix, e.g.: pg_ctl -D /opt/PostgreSQL/8.4 stop pg_ctl -D /opt/PostgreSQL/9.0 stop - or on Windows + or on Windows, using the proper service names: NET STOP postgresql-8.4