|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/monitoring.sgml,v 1.5 2001/11/29 20:26:55 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/monitoring.sgml,v 1.6 2001/11/29 20:43:43 momjian Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <chapter id="monitoring"> |
@@ -81,7 +81,9 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re |
81 | 81 | flags, not just one. In addition, your original invocation of the |
82 | 82 | <application>postmaster</application> must have a shorter |
83 | 83 | <command>ps</command> status display than that provided by each |
84 | | - backend. |
| 84 | + backend. If you fail to do all three things, the <command>ps</> |
| 85 | + output for each backend will be the original <application>postmaster</> |
| 86 | + command line. |
85 | 87 | </para> |
86 | 88 | </tip> |
87 | 89 |
|
|