Index: doc/src/sgml/installation.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v
retrieving revision 1.252
diff -c -c -r1.252 installation.sgml
*** doc/src/sgml/installation.sgml 5 Jan 2006 03:01:32 -0000 1.252
--- doc/src/sgml/installation.sgml 18 Apr 2006 20:43:22 -0000
***************
*** 440,458 ****
works.
-
-
- Very old versions might not have 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
-
- ps ax | grep postmaster
-
- and signal it to stop this way:
-
- kill -INT processID>
-
-
--- 440,445 ----