From c84c3d8fea316359f2336be7287d7037c3b3e46c Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 22 May 2001 16:00:00 +0000 Subject: [PATCH] more indices -> indexes --- doc/src/sgml/indices.sgml | 4 ++-- doc/src/sgml/sql.sgml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/indices.sgml b/doc/src/sgml/indices.sgml index 32ea606f1d..2bc99e22ba 100644 --- a/doc/src/sgml/indices.sgml +++ b/doc/src/sgml/indices.sgml @@ -1,7 +1,7 @@ - + - Indices + Indexes indexes 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 -- 2.40.0