Commit c84c3d8f authored by Peter Eisentraut's avatar Peter Eisentraut

more indices -> indexes

parent fdf067c1
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/indices.sgml,v 1.17 2001/05/17 21:50:16 petere Exp $ --> <!-- $Header: /cvsroot/pgsql/doc/src/sgml/indices.sgml,v 1.18 2001/05/22 16:00:00 petere Exp $ -->
<chapter id="indexes"> <chapter id="indexes">
<title id="indexes-title">Indices</title> <title id="indexes-title">Indexes</title>
<indexterm zone="indexes"> <indexterm zone="indexes">
<primary>indexes</primary> <primary>indexes</primary>
......
<!-- <!--
$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"> <chapter id="sql">
...@@ -1769,7 +1769,7 @@ CREATE TABLE SELLS ...@@ -1769,7 +1769,7 @@ CREATE TABLE SELLS
<title>Create Index</title> <title>Create Index</title>
<para> <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 has an index on attribute <classname>A</classname> then we can
retrieve all tuples <replaceable>t</replaceable> retrieve all tuples <replaceable>t</replaceable>
having having
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment