Minor documentation cleanup and improvement.
authorNeil Conway
Mon, 20 Sep 2004 00:04:19 +0000 (00:04 +0000)
committerNeil Conway
Mon, 20 Sep 2004 00:04:19 +0000 (00:04 +0000)
doc/src/sgml/ref/create_operator.sgml
doc/src/sgml/ref/deallocate.sgml
doc/src/sgml/ref/drop_trigger.sgml
doc/src/sgml/ref/execute.sgml
doc/src/sgml/ref/postmaster.sgml
doc/src/sgml/ref/prepare.sgml
doc/src/sgml/ref/rollback_to.sgml
doc/src/sgml/ref/savepoint.sgml
doc/src/sgml/ref/set_transaction.sgml
doc/src/sgml/ref/start_transaction.sgml

index 029d1af0d9009befee6c68d2079ec933cfb7ceb0..278fe3f3a085e4d3920a9a8a09b5b68c6caadb99 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -262,9 +262,11 @@ COMMUTATOR = OPERATOR(myschema.===) ,
   
 
   
-   Use DROP OPERATOR to delete user-defined
-   operators from a database.  Use ALTER OPERATOR
-   to modify operators in a database.
+   Use 
+   endterm="sql-dropoperator-title"> to delete user-defined operators
+   from a database.  Use 
+   endterm="sql-alteroperator-title"> to modify operators in a
+   database.
   
  
   
index 82f0639f54cde5a3920ed0d8391712eafdbea238..a0d943f4adf522fa05bb7e883f013f780377f8d4 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -71,6 +71,15 @@ DEALLOCATE [ PREPARE ] plan_name
    statement, but it is only for use in embedded SQL.
   
  
+
+  See Also
+
+  
+   
+   
+  
 
 
 
 
@@ -51,8 +51,8 @@ DROP TRIGGER name ON 
     table
     
      
-      The name (optionally schema-qualified) of a table for which the
-      trigger is defined.
+      The name (optionally schema-qualified) of the table for which
+      the trigger is defined.
      
     
    
index a7312adc6532c989a71795c2584537fb1d0d0bad..1c59ec81bbdf6a1a9884ebdd64a1ad1d12302e06 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -105,6 +105,15 @@ EXECUTE plan_name [ (
    syntax.
   
  
+
+  See Also
+
+  
+   
+   
+  
 
 
 
 
@@ -84,7 +84,7 @@ PostgreSQL documentation
    point to a directory containing only configuration files:
    postgresql.conf, pg_hba.conf, and
    pg_ident.conf. You can then set
-   postgresql.conf's pgdata to point to the
+   postgresql.conf's pgdata variable to point to the
    data directory. You can also point just to the server configuration file
    like postgresql.conf and set its variables to point to the
    other configuration files and the data directory.
@@ -164,8 +164,8 @@ PostgreSQL documentation
       
       
        
-        Disables fsync calls for performance
-        improvement, at the risk of data corruption in event of a
+        Disables fsync calls for improved
+        performance, at the risk of data corruption in the event of a
         system crash.  Specifying this option is equivalent to
         disabling the  configuration
         parameter. Read the detailed documentation before using this!
index 6a77048c3eb8094bef5e42787ed2c27d32953882..cd18a36561dd9908b162206545f68eb45b2845e9 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -129,7 +129,8 @@ PREPARE plan_name [ (
    when planning prepared statements with parameters, the chosen plan
    may be suboptimal. To examine the query plan
    PostgreSQL has chosen for a prepared
-   statement, use EXPLAIN EXECUTE.
+   statement, use 
+   endterm="sql-explain-title">.
   
 
   
@@ -173,6 +174,15 @@ EXECUTE usrrptplan(1, current_date);
    syntax.
   
  
+
+  See Also
+
+  
+   
+   
+  
 
 
 
 
@@ -146,9 +146,9 @@ COMMIT;
   
    
    
-   
    
    
+   
   
  
 
index 69f5dfb4e2de69f7f38bb9d10baa11ec37d52113..acc02b24970f15c10ffa92e09d371d8c4895a6ec 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -126,10 +126,10 @@ COMMIT;
 
   
    
+   
+   
    
    
-   
-   
   
  
 
index d57792ee3dd17694ec2e4bcfa6aa5cc4e8b9f11b..df66ca2bb733f2e429ba00aa7395d146d28a17b8 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   SET TRANSACTION
@@ -30,13 +30,13 @@ where transaction_mode is one of:
   Description
 
   
-   The SET TRANSACTION command sets the transaction
+   The SET TRANSACTION command sets the
    characteristics of the current transaction. It has no effect on any
    subsequent transactions.  SET SESSION
    CHARACTERISTICS sets the default transaction
    characteristics for subsequent transactions of a session.  These
-   defaults can be overridden by SET TRANSACTION for an
-   individual transaction.
+   defaults can be overridden by SET TRANSACTION
+   for an individual transaction.
   
 
   
index 823bd99195322a796d2e0062dbfdeaf6c2bc0b1f..3d85572dd2f98b2f1cbffb3a9ff59c2655a66afa 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -85,8 +85,8 @@ where transaction_mode is one of:
    
    
    
-   
    
+