Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit16fb5da

Browse files
author
Neil Conway
committed
Consistency tweaks for a table in the SGML docs: we don't terminate
table entries describing functions with periods.
1 parent9475aa9 commit16fb5da

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

‎doc/src/sgml/monitoring.sgml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.48 2007/03/30 18:34:55 mha Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/monitoring.sgml,v 1.49 2007/04/26 22:10:54 neilc Exp $ -->
22

33
<chapter id="monitoring">
44
<title>Monitoring Database Activity</title>
@@ -766,25 +766,26 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
766766
<entry><type>bigint</type></entry>
767767
<entry>
768768
The number of times the bgwriter has started timed checkpoints
769-
(because the <varname>checkpoint_timeout</varname> time has expired).
769+
(because the <varname>checkpoint_timeout</varname> time has expired)
770770
</entry>
771771
</row>
772772

773773
<row>
774774
<entry><literal><function>pg_stat_get_bgwriter_requested_checkpoints</function>()</literal></entry>
775775
<entry><type>bigint</type></entry>
776776
<entry>
777-
The number of times the bgwriter has started checkpoints based on
778-
requests from backends because the <varname>checkpoint_segments</varname>
779-
has been exceeded or because the CHECKPOINT command has been issued.
777+
The number of times the bgwriter has started checkpoints based
778+
on requests from backends because the <varname>checkpoint_segments</varname>
779+
has been exceeded or because the <command>CHECKPOINT</command>
780+
command has been issued
780781
</entry>
781782
</row>
782783

783784
<row>
784785
<entry><literal><function>pg_stat_get_bgwriter_buf_written_checkpoints</function>()</literal></entry>
785786
<entry><type>bigint</type></entry>
786787
<entry>
787-
The number of buffers written by the bgwriter during checkpoints.
788+
The number of buffers written by the bgwriter during checkpoints
788789
</entry>
789790
</row>
790791

@@ -793,7 +794,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
793794
<entry><type>bigint</type></entry>
794795
<entry>
795796
The number of buffers written by the bgwriter when performing a
796-
LRU scan of the buffer cache.
797+
LRU scan of the buffer cache
797798
</entry>
798799
</row>
799800

@@ -802,7 +803,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
802803
<entry><type>bigint</type></entry>
803804
<entry>
804805
The number of buffers written by the bgwriter when performing a
805-
scan of all the buffer cache.
806+
scan of all the buffer cache
806807
</entry>
807808
</row>
808809

@@ -812,7 +813,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
812813
<entry>
813814
The number of times the bgwriter has stopped its LRU round because
814815
it has written more buffers than specified in the
815-
<varname>bgwriter_lru_maxpages</varname> parameter.
816+
<varname>bgwriter_lru_maxpages</varname> parameter
816817
</entry>
817818
</row>
818819

@@ -822,7 +823,7 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
822823
<entry>
823824
The number of times the bgwriter has stopped its all-buffer round
824825
because it has written more buffers than specified in the
825-
<varname>bgwriter_all_maxpages</varname> parameter.
826+
<varname>bgwriter_all_maxpages</varname> parameter
826827
</entry>
827828
</row>
828829

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp