From 5baf6da71701abcb76487d9de68f7d7dc6c365e9 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 8 Jun 2012 00:06:20 +0300 Subject: Documentation spell and markup checking --- doc/src/sgml/gist.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src/sgml/gist.sgml') diff --git a/doc/src/sgml/gist.sgml b/doc/src/sgml/gist.sgml index 73bf63fd3a3..ed0bc54f52d 100644 --- a/doc/src/sgml/gist.sgml +++ b/doc/src/sgml/gist.sgml @@ -665,7 +665,7 @@ my_distance(PG_FUNCTION_ARGS) a lot of random I/O. Beginning in version 9.2, PostgreSQL supports a more efficient method to build GiST indexes based on buffering, which can dramatically reduce the number of random I/Os needed for non-ordered data - sets. For well-ordered datasets the benefit is smaller or non-existent, + sets. For well-ordered data sets the benefit is smaller or non-existent, because only a small number of pages receive new tuples at a time, and those pages fit in cache even if the index as whole does not. -- cgit v1.2.3