]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Mention the tup_fetched column in pg_stat_database.
authorMagnus Hagander <magnus@hagander.net>
Tue, 11 Nov 2008 20:06:25 +0000 (20:06 +0000)
committerMagnus Hagander <magnus@hagander.net>
Tue, 11 Nov 2008 20:06:25 +0000 (20:06 +0000)
Greg Sabino Mullane

doc/src/sgml/monitoring.sgml

index 4d25b41bfaf441cc14817281e6e7ccd2158a79f5..563d9d3ecd693cf05ab347c868e6c86fbff7a59c 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.55 2007/11/28 15:42:31 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.55.2.1 2008/11/11 20:06:25 mha Exp $ -->
 
 <chapter id="monitoring">
  <title>Monitoring Database Activity</title>
@@ -251,7 +251,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>