File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 $ -->
2
2
3
3
<chapter id="indexes">
4
- <title id="indexes-title">Indices </title>
4
+ <title id="indexes-title">Indexes </title>
5
5
6
6
<indexterm zone="indexes">
7
7
<primary>indexes</primary>
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<chapter id="sql">
@@ -1769,7 +1769,7 @@ CREATE TABLE SELLS
1769
1769
<title>Create Index</title>
1770
1770
1771
1771
<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>
1773
1773
has an index on attribute <classname>A</classname> then we can
1774
1774
retrieve all tuples <replaceable>t</replaceable>
1775
1775
having
You can’t perform that action at this time.
0 commit comments