mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
doc: Clean up title case use
Note: Following existing practice, titles of formalpara and step are not titlecased.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user