1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-20 05:03:10 +03:00

Mention in pg_upgrade docs that the proper Win32 service name should be used.

Per report from Harald Armin Massa
This commit is contained in:
Bruce Momjian
2010-09-28 18:32:07 +00:00
parent 4ec15077b2
commit 946de44b3d

View File

@ -246,14 +246,14 @@ gmake prefix=/usr/local/pgsql.new install
<title>Stop both servers</title> <title>Stop both servers</title>
<para> <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> <programlisting>
pg_ctl -D /opt/PostgreSQL/8.4 stop pg_ctl -D /opt/PostgreSQL/8.4 stop
pg_ctl -D /opt/PostgreSQL/9.0 stop pg_ctl -D /opt/PostgreSQL/9.0 stop
</programlisting> </programlisting>
or on Windows or on Windows, using the proper service names:
<programlisting> <programlisting>
NET STOP postgresql-8.4 NET STOP postgresql-8.4