From c84c3d8fea316359f2336be7287d7037c3b3e46c Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 22 May 2001 16:00:00 +0000 Subject: more indices -> indexes --- doc/src/sgml/sql.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/sql.sgml') 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 @@ @@ -1769,7 +1769,7 @@ CREATE TABLE SELLS Create Index - Indices are used to speed up access to a relation. If a relation R + Indexes are used to speed up access to a relation. If a relation R has an index on attribute A then we can retrieve all tuples t having -- cgit v1.2.1