Consistency tweaks for a table in the SGML docs: we don't terminate
authorNeil Conway
Thu, 26 Apr 2007 22:10:54 +0000 (22:10 +0000)
committerNeil Conway
Thu, 26 Apr 2007 22:10:54 +0000 (22:10 +0000)
table entries describing functions with periods.

doc/src/sgml/monitoring.sgml

index 58ec5d3fc42e5c9ffa7865ad2bd823b00efb6466..37ea125baa74a7c408f73dcc4f10db37e2c01ae6 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Monitoring Database Activity
@@ -766,7 +766,7 @@ postgres: user database host 
        bigint
        
         The number of times the bgwriter has started timed checkpoints
-        (because the checkpoint_timeout time has expired).
+        (because the checkpoint_timeout time has expired)
        
      
 
@@ -774,9 +774,10 @@ postgres: user database host 
       pg_stat_get_bgwriter_requested_checkpoints()
       bigint
       
-       The number of times the bgwriter has started checkpoints based on
-       requests from backends because the checkpoint_segments
-       has been exceeded or because the CHECKPOINT command has been issued.
+       The number of times the bgwriter has started checkpoints based
+       on requests from backends because the checkpoint_segments
+       has been exceeded or because the CHECKPOINT
+       command has been issued
       
      
 
@@ -784,7 +785,7 @@ postgres: user database host 
       pg_stat_get_bgwriter_buf_written_checkpoints()
       bigint
       
-       The number of buffers written by the bgwriter during checkpoints.
+       The number of buffers written by the bgwriter during checkpoints
       
      
 
@@ -793,7 +794,7 @@ postgres: user database host 
       bigint
       
        The number of buffers written by the bgwriter when performing a
-       LRU scan of the buffer cache.
+       LRU scan of the buffer cache
       
      
 
@@ -802,7 +803,7 @@ postgres: user database host 
       bigint
       
        The number of buffers written by the bgwriter when performing a
-       scan of all the buffer cache.
+       scan of all the buffer cache
       
      
 
@@ -812,7 +813,7 @@ postgres: user database host 
       
        The number of times the bgwriter has stopped its LRU round because
        it has written more buffers than specified in the
-       bgwriter_lru_maxpages parameter.
+       bgwriter_lru_maxpages parameter
       
      
 
@@ -822,7 +823,7 @@ postgres: user database host 
       
        The number of times the bgwriter has stopped its all-buffer round
        because it has written more buffers than specified in the
-       bgwriter_all_maxpages parameter.
+       bgwriter_all_maxpages parameter