summaryrefslogtreecommitdiff
path: root/doc/src/sgml/sql.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-05-22 16:00:00 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-05-22 16:00:00 +0000
commitc84c3d8fea316359f2336be7287d7037c3b3e46c (patch)
tree5fa3077d92b0debc11168eebc449bf5e059ffec5 /doc/src/sgml/sql.sgml
parentfdf067c108aa328c29b88606c3c8772e7162ef6a (diff)
downloadpostgresql-c84c3d8fea316359f2336be7287d7037c3b3e46c.tar.gz
more indices -> indexes
Diffstat (limited to 'doc/src/sgml/sql.sgml')
-rw-r--r--doc/src/sgml/sql.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/sql.sgml b/doc/src/sgml/sql.sgml
index 3b57195c87..d0eef867ab 100644
--- a/doc/src/sgml/sql.sgml
+++ b/doc/src/sgml/sql.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/sql.sgml,v 1.20 2001/03/24 23:03:26 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/sql.sgml,v 1.21 2001/05/22 16:00:00 petere Exp $
-->
<chapter id="sql">
@@ -1769,7 +1769,7 @@ CREATE TABLE SELLS
<title>Create Index</title>
<para>
- Indices are used to speed up access to a relation. If a relation <classname>R</classname>
+ Indexes are used to speed up access to a relation. If a relation <classname>R</classname>
has an index on attribute <classname>A</classname> then we can
retrieve all tuples <replaceable>t</replaceable>
having