Commit 16fb5da7 authored by Neil Conway's avatar Neil Conway

Consistency tweaks for a table in the SGML docs: we don't terminate

table entries describing functions with periods.
parent 9475aa91
<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.48 2007/03/30 18:34:55 mha Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.49 2007/04/26 22:10:54 neilc Exp $ -->
<chapter id="monitoring"> <chapter id="monitoring">
<title>Monitoring Database Activity</title> <title>Monitoring Database Activity</title>
...@@ -766,7 +766,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re ...@@ -766,7 +766,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
<entry><type>bigint</type></entry> <entry><type>bigint</type></entry>
<entry> <entry>
The number of times the bgwriter has started timed checkpoints The number of times the bgwriter has started timed checkpoints
(because the <varname>checkpoint_timeout</varname> time has expired). (because the <varname>checkpoint_timeout</varname> time has expired)
</entry> </entry>
</row> </row>
...@@ -774,9 +774,10 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re ...@@ -774,9 +774,10 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
<entry><literal><function>pg_stat_get_bgwriter_requested_checkpoints</function>()</literal></entry> <entry><literal><function>pg_stat_get_bgwriter_requested_checkpoints</function>()</literal></entry>
<entry><type>bigint</type></entry> <entry><type>bigint</type></entry>
<entry> <entry>
The number of times the bgwriter has started checkpoints based on The number of times the bgwriter has started checkpoints based
requests from backends because the <varname>checkpoint_segments</varname> on requests from backends because the <varname>checkpoint_segments</varname>
has been exceeded or because the CHECKPOINT command has been issued. has been exceeded or because the <command>CHECKPOINT</command>
command has been issued
</entry> </entry>
</row> </row>
...@@ -784,7 +785,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re ...@@ -784,7 +785,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
<entry><literal><function>pg_stat_get_bgwriter_buf_written_checkpoints</function>()</literal></entry> <entry><literal><function>pg_stat_get_bgwriter_buf_written_checkpoints</function>()</literal></entry>
<entry><type>bigint</type></entry> <entry><type>bigint</type></entry>
<entry> <entry>
The number of buffers written by the bgwriter during checkpoints. The number of buffers written by the bgwriter during checkpoints
</entry> </entry>
</row> </row>
...@@ -793,7 +794,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re ...@@ -793,7 +794,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
<entry><type>bigint</type></entry> <entry><type>bigint</type></entry>
<entry> <entry>
The number of buffers written by the bgwriter when performing a The number of buffers written by the bgwriter when performing a
LRU scan of the buffer cache. LRU scan of the buffer cache
</entry> </entry>
</row> </row>
...@@ -802,7 +803,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re ...@@ -802,7 +803,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
<entry><type>bigint</type></entry> <entry><type>bigint</type></entry>
<entry> <entry>
The number of buffers written by the bgwriter when performing a The number of buffers written by the bgwriter when performing a
scan of all the buffer cache. scan of all the buffer cache
</entry> </entry>
</row> </row>
...@@ -812,7 +813,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re ...@@ -812,7 +813,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
<entry> <entry>
The number of times the bgwriter has stopped its LRU round because The number of times the bgwriter has stopped its LRU round because
it has written more buffers than specified in the it has written more buffers than specified in the
<varname>bgwriter_lru_maxpages</varname> parameter. <varname>bgwriter_lru_maxpages</varname> parameter
</entry> </entry>
</row> </row>
...@@ -822,7 +823,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re ...@@ -822,7 +823,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
<entry> <entry>
The number of times the bgwriter has stopped its all-buffer round The number of times the bgwriter has stopped its all-buffer round
because it has written more buffers than specified in the because it has written more buffers than specified in the
<varname>bgwriter_all_maxpages</varname> parameter. <varname>bgwriter_all_maxpages</varname> parameter
</entry> </entry>
</row> </row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment