|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.62 2008/08/15 08:37:41 mha Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.63 2008/11/11 20:06:21 mha Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="monitoring">
|
4 | 4 | <title>Monitoring Database Activity</title>
|
@@ -267,7 +267,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
267 | 267 | number of transactions committed and rolled back in that database,
|
268 | 268 | total disk blocks read, total buffer hits (i.e., block
|
269 | 269 | read requests avoided by finding the block already in buffer cache),
|
270 |
| - number of rows returned, inserted, updated and deleted. |
| 270 | + number of rows returned,fetched,inserted, updated and deleted. |
271 | 271 | </entry>
|
272 | 272 | </row>
|
273 | 273 |
|
|