projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d7099d
)
Mention the tup_fetched column in pg_stat_database.
author
Magnus Hagander
Tue, 11 Nov 2008 20:06:21 +0000
(20:06 +0000)
committer
Magnus Hagander
Tue, 11 Nov 2008 20:06:21 +0000
(20:06 +0000)
Greg Sabino Mullane
doc/src/sgml/monitoring.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/monitoring.sgml
b/doc/src/sgml/monitoring.sgml
index ab30d87202a01bde58848f32bf628e4ec8a3b586..72a6394c14b22f67aeef5ccc090b7ee45e789803 100644
(file)
--- a/
doc/src/sgml/monitoring.sgml
+++ b/
doc/src/sgml/monitoring.sgml
@@
-1,4
+1,4
@@
-
+
Monitoring Database Activity
@@
-267,7
+267,7
@@
postgres:
user>
database>
host>
number of transactions committed and rolled back in that database,
total disk blocks read, total buffer hits (i.e., block
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.