diff --git a/doc/src/sgml/ref/create_operator.sgml b/doc/src/sgml/ref/create_operator.sgml
index e491fd10f3..29400bf3ce 100644
--- a/doc/src/sgml/ref/create_operator.sgml
+++ b/doc/src/sgml/ref/create_operator.sgml
@@ -10,7 +10,7 @@
CREATE OPERATOR
- Defines a new user operator.
+ Defines a new user operator
@@ -413,4 +413,4 @@ sgml-exposed-tags:nil
sgml-local-catalogs:"/usr/lib/sgml/catalog"
sgml-local-ecat-files:nil
End:
--->
\ No newline at end of file
+-->
diff --git a/doc/src/sgml/ref/create_rule.sgml b/doc/src/sgml/ref/create_rule.sgml
index 6f931eeeb5..f8d9ce204e 100644
--- a/doc/src/sgml/ref/create_rule.sgml
+++ b/doc/src/sgml/ref/create_rule.sgml
@@ -10,7 +10,7 @@
CREATE RULE
- Defines a new rule.
+ Defines a new rule
@@ -360,4 +360,4 @@ sgml-exposed-tags:nil
sgml-local-catalogs:"/usr/lib/sgml/catalog"
sgml-local-ecat-files:nil
End:
--->
\ No newline at end of file
+-->
diff --git a/doc/src/sgml/ref/create_sequence.sgml b/doc/src/sgml/ref/create_sequence.sgml
index fc6e3a4511..262a646748 100644
--- a/doc/src/sgml/ref/create_sequence.sgml
+++ b/doc/src/sgml/ref/create_sequence.sgml
@@ -10,7 +10,7 @@
CREATE SEQUENCE
- creates a new sequence number generator.
+ Creates a new sequence number generator
@@ -314,4 +314,4 @@ sgml-exposed-tags:nil
sgml-local-catalogs:"/usr/lib/sgml/catalog"
sgml-local-ecat-files:nil
End:
--->
\ No newline at end of file
+-->
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml
index d754ada9a1..6358ba9b7c 100644
--- a/doc/src/sgml/ref/create_table.sgml
+++ b/doc/src/sgml/ref/create_table.sgml
@@ -10,7 +10,7 @@
CREATE TABLE
- Creates a new table.
+ Creates a new table
@@ -983,8 +983,8 @@
SQL92
- In addition to normal CREATE TABLE, SQL92 also supports a
- CREATE TEMPORARY TABLE statement.
+ In addition to normal CREATE TABLE, SQL92 also defines a
+ CREATE TEMPORARY TABLE statement:
CREATE [ {GLOBAL | LOCAL} ] TEMPORARY TABLE table (
@@ -1014,7 +1014,9 @@
) ON COMMIT DELETE ROWS
- TIP: In the current release of PostgreSQL (6.3.2), to create a temporary
+Temporary tables are not currently available in Postgres.
+
+ TIP: In the current release of Postgres (v6.3.2), to create a temporary
table you must create and drop the table by explicit commands.
@@ -1027,6 +1029,7 @@
SQL92 specifies some additional capabilities for UNIQUE:
+
Table Constraint definition
@@ -1301,4 +1304,4 @@ sgml-exposed-tags:nil
sgml-local-catalogs:"/usr/lib/sgml/catalog"
sgml-local-ecat-files:nil
End:
--->
\ No newline at end of file
+-->
diff --git a/doc/src/sgml/ref/create_trigger.sgml b/doc/src/sgml/ref/create_trigger.sgml
index a183a80186..7d145f0929 100644
--- a/doc/src/sgml/ref/create_trigger.sgml
+++ b/doc/src/sgml/ref/create_trigger.sgml
@@ -10,7 +10,7 @@
CREATE TRIGGER
- CREATE TRIGGER - creates a new trigger.
+ Creates a new trigger
@@ -244,4 +244,4 @@ sgml-exposed-tags:nil
sgml-local-catalogs:"/usr/lib/sgml/catalog"
sgml-local-ecat-files:nil
End:
--->
\ No newline at end of file
+-->
diff --git a/doc/src/sgml/ref/create_type.sgml b/doc/src/sgml/ref/create_type.sgml
index 2f1cc46a8d..78967a7d0a 100644
--- a/doc/src/sgml/ref/create_type.sgml
+++ b/doc/src/sgml/ref/create_type.sgml
@@ -10,7 +10,7 @@
CREATE TYPE
- CREATE TYPE - defines a new base data type.
+ Defines a new base data type
@@ -435,4 +435,4 @@ sgml-exposed-tags:nil
sgml-local-catalogs:"/usr/lib/sgml/catalog"
sgml-local-ecat-files:nil
End:
--->
\ No newline at end of file
+-->