diff options
author | Peter Eisentraut | 2019-09-08 08:26:35 +0000 |
---|---|---|
committer | Peter Eisentraut | 2019-09-08 08:27:29 +0000 |
commit | 8e929a4667a1f4f97c5447f54b8176b0ee15aa7d (patch) | |
tree | ca395028a0d737fdaae6998836e4e7d97fad34e7 /doc/src/sgml/gist.sgml | |
parent | db438318997b75f4b40c61258da56384039fa43f (diff) |
doc: Clean up title case use
Note: Following existing practice, titles of formalpara and step are
not titlecased.
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 |