Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a80f034

Browse files
author
Thomas G. Lockhart
committed
Make minor formatting improvements to statement synopses.
Make sure all files end with a newline.
1 parent a9e9f59 commit a80f034

File tree

6 files changed

+18
-15
lines changed

6 files changed

+18
-15
lines changed

doc/src/sgml/ref/create_operator.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
CREATE OPERATOR
1111
</REFNAME>
1212
<REFPURPOSE>
13-
Defines a new user operator.
13+
Defines a new user operator
1414
</REFPURPOSE>
1515

1616
<REFSYNOPSISDIV>
@@ -413,4 +413,4 @@ sgml-exposed-tags:nil
413413
sgml-local-catalogs:"/usr/lib/sgml/catalog"
414414
sgml-local-ecat-files:nil
415415
End:
416-
-->
416+
-->

doc/src/sgml/ref/create_rule.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
CREATE RULE
1111
</REFNAME>
1212
<REFPURPOSE>
13-
Defines a new rule.
13+
Defines a new rule
1414
</REFPURPOSE>
1515
<REFSYNOPSISDIV>
1616
<REFSYNOPSISDIVINFO>
@@ -360,4 +360,4 @@ sgml-exposed-tags:nil
360360
sgml-local-catalogs:"/usr/lib/sgml/catalog"
361361
sgml-local-ecat-files:nil
362362
End:
363-
-->
363+
-->

doc/src/sgml/ref/create_sequence.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
CREATE SEQUENCE
1111
</REFNAME>
1212
<REFPURPOSE>
13-
creates a new sequence number generator.
13+
Creates a new sequence number generator
1414
</REFPURPOSE>
1515

1616
<REFSYNOPSISDIV>
@@ -314,4 +314,4 @@ sgml-exposed-tags:nil
314314
sgml-local-catalogs:"/usr/lib/sgml/catalog"
315315
sgml-local-ecat-files:nil
316316
End:
317-
-->
317+
-->

doc/src/sgml/ref/create_table.sgml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
CREATE TABLE
1111
</REFNAME>
1212
<REFPURPOSE>
13-
Creates a new table.
13+
Creates a new table
1414
</REFPURPOSE>
1515

1616
<REFSYNOPSISDIV>
@@ -983,8 +983,8 @@
983983
SQL92
984984
</TITLE>
985985
<PARA>
986-
In addition to normal CREATE TABLE, SQL92 also supports a
987-
CREATE TEMPORARY TABLE statement.
986+
In addition to normal CREATE TABLE, SQL92 also defines a
987+
CREATE TEMPORARY TABLE statement:
988988
</PARA>
989989
<synopsis>
990990
CREATE [ {GLOBAL | LOCAL} ] TEMPORARY TABLE table (
@@ -1014,7 +1014,9 @@
10141014
) ON COMMIT DELETE ROWS
10151015
</programlisting>
10161016
<para>
1017-
TIP: In the current release of PostgreSQL (6.3.2), to create a temporary
1017+
Temporary tables are not currently available in <productname>Postgres</productname>.
1018+
<para>
1019+
TIP: In the current release of <productname>Postgres</productname> (v6.3.2), to create a temporary
10181020
table you must create and drop the table by explicit commands.
10191021
</para>
10201022

@@ -1027,6 +1029,7 @@
10271029
</TITLE>
10281030
<PARA>
10291031
SQL92 specifies some additional capabilities for UNIQUE:
1032+
<para>
10301033
Table Constraint definition
10311034
</PARA>
10321035
<synopsis>
@@ -1301,4 +1304,4 @@ sgml-exposed-tags:nil
13011304
sgml-local-catalogs:"/usr/lib/sgml/catalog"
13021305
sgml-local-ecat-files:nil
13031306
End:
1304-
-->
1307+
-->

doc/src/sgml/ref/create_trigger.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
CREATE TRIGGER
1111
</REFNAME>
1212
<REFPURPOSE>
13-
CREATE TRIGGER - creates a new trigger.
13+
Creates a new trigger
1414
</REFPURPOSE>
1515
<REFSYNOPSISDIV>
1616
<REFSYNOPSISDIVINFO>
@@ -244,4 +244,4 @@ sgml-exposed-tags:nil
244244
sgml-local-catalogs:"/usr/lib/sgml/catalog"
245245
sgml-local-ecat-files:nil
246246
End:
247-
-->
247+
-->

doc/src/sgml/ref/create_type.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
CREATE TYPE
1111
</REFNAME>
1212
<REFPURPOSE>
13-
CREATE TYPE - defines a new base data type.
13+
Defines a new base data type
1414
</REFPURPOSE>
1515
<REFSYNOPSISDIV>
1616
<REFSYNOPSISDIVINFO>
@@ -435,4 +435,4 @@ sgml-exposed-tags:nil
435435
sgml-local-catalogs:"/usr/lib/sgml/catalog"
436436
sgml-local-ecat-files:nil
437437
End:
438-
-->
438+
-->

0 commit comments

Comments
 (0)