File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ Substitute your paths appropriately.
192
192
then shut down the old server, at the latest before you install the new
193
193
files:
194
194
195
- kill -INT `cat /usr/local/pgsql/data/postmaster.pid`
195
+ kill -INT `cat /usr/local/pgsql/data/postmaster.pid | sed 1q `
196
196
197
197
Versions prior to 7.0 do not have this "postmaster.pid" file. If you are
198
198
using such a version you must find out the process ID of the server
Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.187 2003/11/29 19:51:37 pgsql Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.188 2003/12/11 19:56:54 petere Exp $ -->
2
2
3
3
<chapter id="installation">
4
4
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -423,7 +423,7 @@ JAVACMD=$JAVA_HOME/bin/java
423
423
old one then shut down the old server, at the latest before you
424
424
install the new files:
425
425
<screen>
426
- <userinput>kill -INT `cat /usr/local/pgsql/data/postmaster.pid`</>
426
+ <userinput>kill -INT `cat /usr/local/pgsql/data/postmaster.pid | sed 1q `</>
427
427
</screen>
428
428
Versions prior to 7.0 do not have this
429
429
<filename>postmaster.pid</> file. If you are using such a version
You can’t perform that action at this time.
0 commit comments