From: Bruce Momjian Date: Tue, 18 Apr 2006 22:52:07 +0000 (+0000) Subject: Remove kill mention in install docs, was for pre-7.0 releases. X-Git-Tag: REL8_2_BETA1~1139 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=af86aa8443e7d154f3b8a04003730a58a288a747;p=postgresql.git Remove kill mention in install docs, was for pre-7.0 releases. --- diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 04a21f5012a..2bde815483f 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%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>