mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Remove kill mention in install docs, was for pre-7.0 releases.
This commit is contained in:
parent
f57b2f09a8
commit
af86aa8443
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.252 2006/01/05 03:01:32 momjian Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.253 2006/04/18 22:52:07 momjian Exp $ -->
|
||||
|
||||
<chapter id="installation">
|
||||
<title><![%standalone-include[<productname>PostgreSQL</>]]>
|
||||
@ -440,19 +440,6 @@ su - postgres
|
||||
</screen>
|
||||
works.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Very old versions might not have <application>pg_ctl</>. If you
|
||||
can't find it or it doesn't work, find out the process ID of the
|
||||
old server, for example by typing
|
||||
<screen>
|
||||
<userinput>ps ax | grep postmaster</userinput>
|
||||
</screen>
|
||||
and signal it to stop this way:
|
||||
<screen>
|
||||
<userinput>kill -INT <replaceable>processID</></userinput>
|
||||
</screen>
|
||||
</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
|
Loading…
Reference in New Issue
Block a user