]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Make minor formatting improvements to statement synopses.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Sat, 15 Aug 1998 07:00:37 +0000 (07:00 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Sat, 15 Aug 1998 07:00:37 +0000 (07:00 +0000)
Make sure all files end with a newline.

doc/src/sgml/ref/create_operator.sgml
doc/src/sgml/ref/create_rule.sgml
doc/src/sgml/ref/create_sequence.sgml
doc/src/sgml/ref/create_table.sgml
doc/src/sgml/ref/create_trigger.sgml
doc/src/sgml/ref/create_type.sgml

index e491fd10f30b005f976d61cc8ee89b7466aa6fe1..29400bf3ce39d98b6e177b256a39cfff6ac213b8 100644 (file)
@@ -10,7 +10,7 @@
    CREATE OPERATOR
   </REFNAME>
   <REFPURPOSE>
-   Defines a new user operator.
+   Defines a new user operator
   </REFPURPOSE>
   
  <REFSYNOPSISDIV>
@@ -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
+-->
index 6f931eeeb5f167df7629c697e5c6c0e402015bde..f8d9ce204e3cee041eb2ad81dc5f7dc040989c00 100644 (file)
@@ -10,7 +10,7 @@
    CREATE RULE
   </REFNAME>
   <REFPURPOSE>
-   Defines a new rule.
+   Defines a new rule
   </REFPURPOSE>
  <REFSYNOPSISDIV>
   <REFSYNOPSISDIVINFO>
@@ -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
+-->
index fc6e3a45114d2623bc23d68722b7d98df0d9e867..262a6467483dd7a1a75dc181eb4769a56141258c 100644 (file)
@@ -10,7 +10,7 @@
    CREATE SEQUENCE
   </REFNAME>
   <REFPURPOSE>
-   creates a new sequence number generator.
+   Creates a new sequence number generator
   </REFPURPOSE>
   
  <REFSYNOPSISDIV>
@@ -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
+-->
index d754ada9a1fa3610a5697befb3cb2427d1672a19..6358ba9b7cad9db0239692e259ae5bbfacd2f2e1 100644 (file)
@@ -10,7 +10,7 @@
    CREATE TABLE
   </REFNAME>
   <REFPURPOSE>
-   Creates a new table.
+   Creates a new table
   </REFPURPOSE>
   
  <REFSYNOPSISDIV>
     SQL92
    </TITLE>
    <PARA>
-    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:
    </PARA>
    <synopsis>
    CREATE [ {GLOBAL | LOCAL} ] TEMPORARY TABLE table (
              ) ON COMMIT DELETE ROWS
    </programlisting> 
    <para>
-    TIP: In the current release of PostgreSQL (6.3.2), to create a temporary
+Temporary tables are not currently available in <productname>Postgres</productname>.
+   <para>
+    TIP: In the current release of <productname>Postgres</productname> (v6.3.2), to create a temporary
     table you must create and drop the table by explicit commands.
    </para>
    
     </TITLE>
     <PARA>
      SQL92 specifies some additional capabilities for UNIQUE:
+    <para>
      Table Constraint definition
     </PARA>
     <synopsis>
@@ -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
+-->
index a183a80186f5c2da7414e46bcac41b4bfae7d858..7d145f0929efc10d6ffe095d25a2b105914daa85 100644 (file)
@@ -10,7 +10,7 @@
    CREATE TRIGGER
   </REFNAME>
   <REFPURPOSE>
-   CREATE TRIGGER - creates a new trigger.
+   Creates a new trigger
   </REFPURPOSE>
  <REFSYNOPSISDIV>
   <REFSYNOPSISDIVINFO>
@@ -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
+-->
index 2f1cc46a8df1c27843f295ad3c4d1dda43223793..78967a7d0a6c8e38ada5974e5a3ba92dbf931585 100644 (file)
@@ -10,7 +10,7 @@
    CREATE TYPE
   </REFNAME>
   <REFPURPOSE>
-   CREATE TYPE - defines a new base data type.
+   Defines a new base data type
   </REFPURPOSE>
  <REFSYNOPSISDIV>
   <REFSYNOPSISDIVINFO>
@@ -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
+-->