diff options
author | Magnus Hagander <magnus@hagander.net> | 2008-11-11 20:06:25 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2008-11-11 20:06:25 +0000 |
commit | 24e1815bb03777a193cc307cad7424bbf50b0415 (patch) | |
tree | 3b15711ee9184d41b525d297bcee7c2c4276fd36 | |
parent | 213647b15870dc33a217b336dfe74ddf44972edd (diff) | |
download | postgresql-24e1815bb03777a193cc307cad7424bbf50b0415.tar.gz postgresql-24e1815bb03777a193cc307cad7424bbf50b0415.zip |
Mention the tup_fetched column in pg_stat_database.
Greg Sabino Mullane
-rw-r--r-- | doc/src/sgml/monitoring.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 4d25b41bfaf..563d9d3ecd6 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -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> |