File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
- <!-- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/pygresql.sgml,v 1.5 2001/11/21 05:53:41 thomas Exp $ -->
1
+ <!-- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/pygresql.sgml,v 1.6 2002/03/27 19:19:22 petere Exp $ -->
2
2
3
3
<chapter id="pygresql">
4
4
<title><application>PyGreSQL</application> - <application>Python</application> Interface</title>
@@ -469,7 +469,7 @@ make && make install
469
469
programs. You can prompt the user for a value, put it in the
470
470
default variable, and forget it, without having to modify your
471
471
environment. The support for default variables can be disabled by
472
- setting the <acronym >-DNO_DEF_VAR</acronym > option in the Python
472
+ setting the <option >-DNO_DEF_VAR</option > option in the Python
473
473
Setup file. Methods relative to this are specified by te tag [DV].
474
474
</para>
475
475
Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.52 2002/03/22 19:20:45 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.53 2002/03/27 19:19:23 petere Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -937,9 +937,7 @@ SELECT actors.name
937
937
<refsect2info>
938
938
<date>1998-09-24</date>
939
939
</refsect2info>
940
- <title>
941
- <acronym>Extensions</acronym>
942
- </title>
940
+ <title>Extensions</title>
943
941
944
942
<para>
945
943
<productname>PostgreSQL</productname> allows one to omit
Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/xindex.sgml,v 1.22 2002/01/07 02:29:14 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/xindex.sgml,v 1.23 2002/03/27 19:19:23 petere Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -25,7 +25,7 @@ PostgreSQL documentation
25
25
pg_amproc, pg_operator</filename> and <filename>pg_opclass</filename>).
26
26
Unfortunately, there is no simple command to do this. We will demonstrate
27
27
how to modify these catalogs through a running example: a new operator
28
- class for the <acronym> B-tree</acronym> access method that stores and
28
+ class for the B-tree access method that stores and
29
29
sorts complex numbers in ascending absolute value order.
30
30
</para>
31
31
</sect1>
@@ -106,10 +106,10 @@ PostgreSQL documentation
106
106
</para>
107
107
108
108
<para>
109
- The <acronym>object ID </acronym> of the row in
109
+ The <acronym>OID </acronym> of the row in
110
110
<filename>pg_am</filename> is used as a foreign key in a lot of other
111
111
tables. You do not need to add a new row to this table; all that
112
- you are interested in is the <acronym>object ID </acronym> of the access
112
+ you are interested in is the <acronym>OID </acronym> of the access
113
113
method you want to extend:
114
114
115
115
<screen>
You can’t perform that action at this time.
0 commit comments