|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.386 2007/11/28 15:42:31 petere Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.387 2007/12/16 10:17:13 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime">
|
4 | 4 | <title>Operating System Environment</title>
|
@@ -1350,7 +1350,8 @@ sysctl -w vm.overcommit_memory=2
|
1350 | 1350 | </para>
|
1351 | 1351 |
|
1352 | 1352 | <para>
|
1353 |
| - Alternatively, you can send the signal directly using <command>kill</>. |
| 1353 | + Alternatively, you can send the signal directly using <command>kill</> |
| 1354 | + (or <command>pg_ctl kill TERM [process id]</> on <productname>Windows</>). |
1354 | 1355 | The <acronym>PID</> of the <command>postgres</command> process can be
|
1355 | 1356 | found using the <command>ps</command> program, or from the file
|
1356 | 1357 | <filename>postmaster.pid</filename> in the data directory. For
|
|