8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb22950 commit 6b44b9bCopy full SHA for 6b44b9b
doc/src/sgml/pgupgrade.sgml
@@ -246,14 +246,14 @@ gmake prefix=/usr/local/pgsql.new install
246
<title>Stop both servers</title>
247
248
<para>
249
- Make sure both database servers are stopped using on Unix, e.g.:
+ Make sure both database servers are stopped using, on Unix, e.g.:
250
251
<programlisting>
252
pg_ctl -D /opt/PostgreSQL/8.4 stop
253
pg_ctl -D /opt/PostgreSQL/9.0 stop
254
</programlisting>
255
256
- or on Windows
+ or on Windows, using the proper service names:
257
258
259
NET STOP postgresql-8.4
0 commit comments