From: Peter Eisentraut Date: Wed, 27 Mar 2002 19:19:23 +0000 (+0000) Subject: Don't mark up as acronym that which is not an acronym. X-Git-Tag: REL7_3~1824 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6774dc3553d814e6aa500cabe5739b2e6f94df4;p=postgresql Don't mark up as acronym that which is not an acronym. --- diff --git a/doc/src/sgml/pygresql.sgml b/doc/src/sgml/pygresql.sgml index b4a0119286..540379029d 100644 --- a/doc/src/sgml/pygresql.sgml +++ b/doc/src/sgml/pygresql.sgml @@ -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 -DNO_DEF_VAR option in the Python + setting the option in the Python Setup file. Methods relative to this are specified by te tag [DV]. diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml index e1d419e811..fe81252a44 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -1,5 +1,5 @@ @@ -937,9 +937,7 @@ SELECT actors.name 1998-09-24 - - <acronym>Extensions</acronym> - + Extensions PostgreSQL allows one to omit diff --git a/doc/src/sgml/xindex.sgml b/doc/src/sgml/xindex.sgml index 1ef50c27b9..6a90629141 100644 --- a/doc/src/sgml/xindex.sgml +++ b/doc/src/sgml/xindex.sgml @@ -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: