diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-06-17 21:58:49 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-06-17 21:58:49 +0000 |
commit | c30446b9c901b357f9a7b859c51bee5740ac313f (patch) | |
tree | d141c00dcfd93cea53c2497983542e807399681c /doc/src/sgml/monitoring.sgml | |
parent | e8d78d35f45602767f8b2dc5893b9b768b777302 (diff) |
Proofreading for Bruce's recent round of documentation proofreading.
Most of those changes were good, but some not so good ...
Diffstat (limited to 'doc/src/sgml/monitoring.sgml')
-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 ae36d078324..f5dce009fff 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.69 2009/04/27 16:27:36 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.70 2009/06/17 21:58:49 tgl Exp $ --> <chapter id="monitoring"> <title>Monitoring Database Activity</title> @@ -929,7 +929,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re <function>read()</> calls issued for the table, index, or database; the number of actual physical reads is usually lower due to kernel-level buffering. The <literal>*_blks_read</> - statistics columns uses this subtraction, i.e., fetched minus hit. + statistics columns use this subtraction, i.e., fetched minus hit. </para> </note> |