mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08: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:
parent
eb22950510
commit
6b44b9ba56
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user