From 3efc0f40dc3ef54d4be16da36425c836bcae18a2 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 27 Mar 2002 19:19:23 +0000 Subject: [PATCH] Don't mark up as acronym that which is not an acronym. --- doc/src/sgml/pygresql.sgml | 2 +- doc/src/sgml/ref/select.sgml | 4 +--- doc/src/sgml/xindex.sgml | 6 +++--- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/doc/src/sgml/pygresql.sgml b/doc/src/sgml/pygresql.sgml index ff28a8613b..93df45a275 100644 --- a/doc/src/sgml/pygresql.sgml +++ b/doc/src/sgml/pygresql.sgml @@ -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 c0ff661d00..b4839b4ed7 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -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 8a85d755d0..11380aecdf 100644 --- a/doc/src/sgml/xindex.sgml +++ b/doc/src/sgml/xindex.sgml @@ -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: -- 2.39.5