1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

more indices -> indexes

This commit is contained in:
Peter Eisentraut
2001-05-22 16:00:00 +00:00
parent fdf067c108
commit c84c3d8fea
2 changed files with 4 additions and 4 deletions

View File

@ -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