mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 00:02:37 -04:00
Mention the tup_fetched column in pg_stat_database.
Greg Sabino Mullane
This commit is contained in:
parent
0d7099d2f0
commit
bd059c2d1d
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.62 2008/08/15 08:37:41 mha Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.63 2008/11/11 20:06:21 mha Exp $ -->
|
||||||
|
|
||||||
<chapter id="monitoring">
|
<chapter id="monitoring">
|
||||||
<title>Monitoring Database Activity</title>
|
<title>Monitoring Database Activity</title>
|
||||||
@ -267,7 +267,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
|
|||||||
number of transactions committed and rolled back in that database,
|
number of transactions committed and rolled back in that database,
|
||||||
total disk blocks read, total buffer hits (i.e., block
|
total disk blocks read, total buffer hits (i.e., block
|
||||||
read requests avoided by finding the block already in buffer cache),
|
read requests avoided by finding the block already in buffer cache),
|
||||||
number of rows returned, inserted, updated and deleted.
|
number of rows returned, fetched, inserted, updated and deleted.
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user