summaryrefslogtreecommitdiff
path: root/doc/src/sgml/geqo.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut2001-05-17 21:50:18 +0000
committerPeter Eisentraut2001-05-17 21:50:18 +0000
commita6677f0f9e4c9b287ac0694b4e1addd7fce9bbb7 (patch)
treec8502bc99f613b8b8cf3edd5d864c3a5ea7bc7a0 /doc/src/sgml/geqo.sgml
parentf000ffd28ec815c4f0aff0f7daffe9a5693a9648 (diff)
Change "indices" to "indexes", per OED.
Diffstat (limited to 'doc/src/sgml/geqo.sgml')
-rw-r--r--doc/src/sgml/geqo.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/geqo.sgml b/doc/src/sgml/geqo.sgml
index 969c1820b35..78d7109e9fa 100644
--- a/doc/src/sgml/geqo.sgml
+++ b/doc/src/sgml/geqo.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.16 2001/04/20 15:52:33 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.17 2001/05/17 21:50:15 petere Exp $
Genetic Optimizer
-->
@@ -51,8 +51,8 @@ Genetic Optimizer
<firstterm>join methods</firstterm>
(e.g., nested loop, hash join, merge join in <productname>Postgres</productname>) to
process individual <command>join</command>s and a diversity of
- <firstterm>indices</firstterm> (e.g., r-tree,
- b-tree, hash in <productname>Postgres</productname>) as access paths for relations.
+ <firstterm>indexes</firstterm> (e.g., R-tree,
+ B-tree, hash in <productname>Postgres</productname>) as access paths for relations.
</para>
<para>