|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.252 2006/01/05 03:01:32 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.253 2006/04/18 22:52:07 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation">
|
4 | 4 | <title><![%standalone-include[<productname>PostgreSQL</>]]>
|
@@ -440,19 +440,6 @@ su - postgres
|
440 | 440 | </screen>
|
441 | 441 | works.
|
442 | 442 | </para>
|
443 |
| - |
444 |
| - <para> |
445 |
| - Very old versions might not have <application>pg_ctl</>. If you |
446 |
| - can't find it or it doesn't work, find out the process ID of the |
447 |
| - old server, for example by typing |
448 |
| -<screen> |
449 |
| -<userinput>ps ax | grep postmaster</userinput> |
450 |
| -</screen> |
451 |
| - and signal it to stop this way: |
452 |
| -<screen> |
453 |
| -<userinput>kill -INT <replaceable>processID</></userinput> |
454 |
| -</screen> |
455 |
| - </para> |
456 | 443 | </step>
|
457 | 444 |
|
458 | 445 | <step>
|
|