Don't mark up as acronym that which is not an acronym.
authorPeter Eisentraut
Wed, 27 Mar 2002 19:19:23 +0000 (19:19 +0000)
committerPeter Eisentraut
Wed, 27 Mar 2002 19:19:23 +0000 (19:19 +0000)
doc/src/sgml/pygresql.sgml
doc/src/sgml/ref/select.sgml
doc/src/sgml/xindex.sgml

index b4a01192860deaf4caf2eba5f11f0eb5ff8eb032..540379029dc46370843d74932db582686b1c9a24 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  <application>PyGreSQL</application> - <application>Python</application> Interface
@@ -469,7 +469,7 @@ make && make install
    programs. You can prompt the user for a value, put it in the
    default variable, and forget it, without having to modify your
    environment. The support for default variables can be disabled by
-   setting the <acronym>-DNO_DEF_VAR> option in the Python
+   setting the <option>-DNO_DEF_VAR> option in the Python
    Setup file. Methods relative to this are specified by te tag [DV].
   
 
index e1d419e811a9801a1789c8f7a6bfd28e1ddbbb3b..fe81252a44e03764b5a7520287be6b45b3ac7209 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -937,9 +937,7 @@ SELECT actors.name
    
     1998-09-24
    
-   </div> <div class="diff rem">-    <acronym>Extensions</acronym></div> <div class="diff rem">-   
+   Extensions
 
    
 PostgreSQL allows one to omit 
index 1ef50c27b9e305287c95726bb073ad2d9f7401bb..6a9062914113c06037ae7bc3b622049cf09ea9a5 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -25,7 +25,7 @@ PostgreSQL documentation
     pg_amproc, pg_operator and pg_opclass).
    Unfortunately, there is no simple command to do this.  We will demonstrate
    how to modify these catalogs through a running example:  a  new  operator
-   class for the B-tree access method that stores and
+   class for the B-tree access method that stores and
    sorts complex numbers in ascending absolute value order.
   
  
@@ -106,10 +106,10 @@ PostgreSQL documentation
   
 
   
-   The object ID of the row in
+   The OID of the row in
    pg_am is used as a foreign key in a lot of other
    tables.  You  do not  need to  add a new row to this table; all that
-   you are interested in is the object ID of the access
+   you are interested in is the OID of the access
    method you want to extend: