projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a425d3
)
Mention the tup_fetched column in pg_stat_database.
author
Magnus Hagander
<
[email protected]
>
Tue, 11 Nov 2008 20:06:25 +0000
(20:06 +0000)
committer
Magnus Hagander
<
[email protected]
>
Tue, 11 Nov 2008 20:06:25 +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 86dba8880872c820fca48ce19959e1bcb458b95a..0c1ce60a9f80dccf5afa7bbc5d3b5afab914ca06 100644
(file)
--- a/
doc/src/sgml/monitoring.sgml
+++ b/
doc/src/sgml/monitoring.sgml
@@
-267,7
+267,7
@@
postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
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.
</entry>
</row>