mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Properly capitalize documentation headings; some only had initial-word
capitalization.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
</para>
|
||||
|
||||
<sect2>
|
||||
<title>refint.c — functions for implementing referential integrity</title>
|
||||
<title>refint.c — Functions for Implementing Referential Integrity</title>
|
||||
|
||||
<para>
|
||||
<function>check_primary_key()</> and
|
||||
@@ -59,7 +59,7 @@
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>timetravel.c — functions for implementing time travel</title>
|
||||
<title>timetravel.c — Functions for Implementing Time Travel</title>
|
||||
|
||||
<para>
|
||||
Long ago, <productname>PostgreSQL</> had a built-in time travel feature
|
||||
@@ -152,7 +152,7 @@ CREATE TABLE mytab (
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>autoinc.c — functions for autoincrementing fields</title>
|
||||
<title>autoinc.c — Functions for Autoincrementing Fields</title>
|
||||
|
||||
<para>
|
||||
<function>autoinc()</> is a trigger that stores the next value of
|
||||
@@ -179,7 +179,7 @@ CREATE TABLE mytab (
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>insert_username.c — functions for tracking who changed a table</title>
|
||||
<title>insert_username.c — Functions for Tracking Who Changed a Table</title>
|
||||
|
||||
<para>
|
||||
<function>insert_username()</> is a trigger that stores the current
|
||||
@@ -200,7 +200,7 @@ CREATE TABLE mytab (
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>moddatetime.c — functions for tracking last modification time</title>
|
||||
<title>moddatetime.c — Functions for Tracking Last Modification Time</title>
|
||||
|
||||
<para>
|
||||
<function>moddatetime()</> is a trigger that stores the current
|
||||
|
||||
Reference in New Issue
Block a user