From 8e929a4667a1f4f97c5447f54b8176b0ee15aa7d Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 8 Sep 2019 10:26:35 +0200 Subject: doc: Clean up title case use Note: Following existing practice, titles of formalpara and step are not titlecased. --- 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 10422254c84..a7eec1e9497 100644 --- a/doc/src/sgml/gist.sgml +++ b/doc/src/sgml/gist.sgml @@ -961,7 +961,7 @@ my_fetch(PG_FUNCTION_ARGS) Implementation - GiST buffering build + GiST Buffering Build Building large GiST indexes by simply inserting all the tuples tends to be slow, because if the index tuples are scattered across the index and the -- cgit v1.2.3