Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c84c3d8

Browse files
committed
more indices -> indexes
1 parent fdf067c commit c84c3d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/src/sgml/indices.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/indices.sgml,v 1.17 2001/05/17 21:50:16 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/indices.sgml,v 1.18 2001/05/22 16:00:00 petere Exp $ -->
22

33
<chapter id="indexes">
4-
<title id="indexes-title">Indices</title>
4+
<title id="indexes-title">Indexes</title>
55

66
<indexterm zone="indexes">
77
<primary>indexes</primary>

doc/src/sgml/sql.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/sql.sgml,v 1.20 2001/03/24 23:03:26 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/sql.sgml,v 1.21 2001/05/22 16:00:00 petere Exp $
33
-->
44

55
<chapter id="sql">
@@ -1769,7 +1769,7 @@ CREATE TABLE SELLS
17691769
<title>Create Index</title>
17701770

17711771
<para>
1772-
Indices are used to speed up access to a relation. If a relation <classname>R</classname>
1772+
Indexes are used to speed up access to a relation. If a relation <classname>R</classname>
17731773
has an index on attribute <classname>A</classname> then we can
17741774
retrieve all tuples <replaceable>t</replaceable>
17751775
having

0 commit comments

Comments
 (0)