1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Fix instructions how to shut down postmaster.

This commit is contained in:
Peter Eisentraut
2003-12-11 19:57:24 +00:00
parent cbc56dcc8d
commit 235ab0442a
2 changed files with 3 additions and 3 deletions

View File

@ -192,7 +192,7 @@ Substitute your paths appropriately.
then shut down the old server, at the latest before you install the new then shut down the old server, at the latest before you install the new
files: files:
kill -INT `cat /usr/local/pgsql/data/postmaster.pid` kill -INT `cat /usr/local/pgsql/data/postmaster.pid | sed 1q`
Versions prior to 7.0 do not have this "postmaster.pid" file. If you are Versions prior to 7.0 do not have this "postmaster.pid" file. If you are
using such a version you must find out the process ID of the server using such a version you must find out the process ID of the server

View File

@ -1,4 +1,4 @@
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.177.2.6 2003/11/26 15:57:22 petere Exp $ --> <!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.177.2.7 2003/12/11 19:57:24 petere Exp $ -->
<chapter id="installation"> <chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]> <title><![%standalone-include[<productname>PostgreSQL</>]]>
@ -423,7 +423,7 @@ JAVACMD=$JAVA_HOME/bin/java
old one then shut down the old server, at the latest before you old one then shut down the old server, at the latest before you
install the new files: install the new files:
<screen> <screen>
<userinput>kill -INT `cat /usr/local/pgsql/data/postmaster.pid`</> <userinput>kill -INT `cat /usr/local/pgsql/data/postmaster.pid | sed 1q`</>
</screen> </screen>
Versions prior to 7.0 do not have this Versions prior to 7.0 do not have this
<filename>postmaster.pid</> file. If you are using such a version <filename>postmaster.pid</> file. If you are using such a version