mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
Properly capitalize documentation headings; some only had initial-word
capitalization.
This commit is contained in:
@@ -1369,7 +1369,7 @@ CREATE TABLE employees OF employee_type (
|
||||
</refsect2>
|
||||
|
||||
<refsect2>
|
||||
<title>Zero-column tables</title>
|
||||
<title>Zero-Column Tables</title>
|
||||
|
||||
<para>
|
||||
<productname>PostgreSQL</productname> allows a table of no columns
|
||||
@@ -1382,7 +1382,7 @@ CREATE TABLE employees OF employee_type (
|
||||
</refsect2>
|
||||
|
||||
<refsect2>
|
||||
<title><literal>WITH</> clause</title>
|
||||
<title><literal>WITH</> Clause</title>
|
||||
|
||||
<para>
|
||||
The <literal>WITH</> clause is a <productname>PostgreSQL</productname>
|
||||
|
||||
Reference in New Issue
Block a user