From 39dfbe5791f017d675d68c2c60665a2702bf3df8 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 4 Nov 2005 23:14:02 +0000 Subject: Spellchecking run, final cleanups --- doc/src/sgml/gist.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/src/sgml/gist.sgml') diff --git a/doc/src/sgml/gist.sgml b/doc/src/sgml/gist.sgml index 6a1f0a3322..ed4c689a72 100644 --- a/doc/src/sgml/gist.sgml +++ b/doc/src/sgml/gist.sgml @@ -1,5 +1,5 @@ @@ -52,7 +52,7 @@ $PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.23 2005/10/21 13:59:05 tgl Exp $ difficult work. It was necessary to understand the inner workings of the database, such as the lock manager and Write-Ahead Log. The GiST interface has a high level of abstraction, - requiring the access method implementor to only implement the semantics of + requiring the access method implementer to only implement the semantics of the data type being accessed. The GiST layer itself takes care of concurrency, logging and searching the tree structure. @@ -187,7 +187,7 @@ $PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.23 2005/10/21 13:59:05 tgl Exp $ The PostgreSQL source distribution includes several examples of index methods implemented using GiST. The core system currently provides R-Tree - equivalent functionality for some of the built-in geometric datatypes + equivalent functionality for some of the built-in geometric data types (see src/backend/access/gist/gistproc.c). The following contrib modules also contain GiST operator classes: @@ -197,7 +197,7 @@ $PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.23 2005/10/21 13:59:05 tgl Exp $ btree_gist - B-Tree equivalent functionality for several datatypes + B-Tree equivalent functionality for several data types -- cgit v1.2.1