1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

Properly capitalize documentation headings; some only had initial-word

capitalization.
This commit is contained in:
Bruce Momjian
2011-01-29 13:00:18 -05:00
parent 6f489dca65
commit 5d5678d7c3
65 changed files with 447 additions and 447 deletions

View File

@@ -20,7 +20,7 @@
</para>
<sect2>
<title>The <structname>pg_stat_statements</structname> view</title>
<title>The <structname>pg_stat_statements</structname> View</title>
<para>
The statistics gathered by the module are made available via a system view
@@ -31,7 +31,7 @@
</para>
<table id="pgstatstatements-columns">
<title><structname>pg_stat_statements</> columns</title>
<title><structname>pg_stat_statements</> Columns</title>
<tgroup cols="4">
<thead>
@@ -190,7 +190,7 @@
</sect2>
<sect2>
<title>Configuration parameters</title>
<title>Configuration Parameters</title>
<variablelist>
<varlistentry>
@@ -292,7 +292,7 @@ pg_stat_statements.track = all
</sect2>
<sect2>
<title>Sample output</title>
<title>Sample Output</title>
<screen>
bench=# SELECT pg_stat_statements_reset();