Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6b44b9b

Browse files
committed
Mention in pg_upgrade docs that the proper Win32 service name should be used.
Per report from Harald Armin Massa
1 parent eb22950 commit 6b44b9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/pgupgrade.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -246,14 +246,14 @@ gmake prefix=/usr/local/pgsql.new install
246246
<title>Stop both servers</title>
247247

248248
<para>
249-
Make sure both database servers are stopped using on Unix, e.g.:
249+
Make sure both database servers are stopped using, on Unix, e.g.:
250250

251251
<programlisting>
252252
pg_ctl -D /opt/PostgreSQL/8.4 stop
253253
pg_ctl -D /opt/PostgreSQL/9.0 stop
254254
</programlisting>
255255

256-
or on Windows
256+
or on Windows, using the proper service names:
257257

258258
<programlisting>
259259
NET STOP postgresql-8.4

0 commit comments

Comments
 (0)