diff options
Diffstat (limited to 'doc/src/sgml/gist.sgml')
-rw-r--r-- | doc/src/sgml/gist.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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) <title>Implementation</title> <sect2 id="gist-buffering-build"> - <title>GiST buffering build</title> + <title>GiST Buffering Build</title> <para> 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 |