Commit 4d276ba9 authored by Alexander Korotkov's avatar Alexander Korotkov

Fix typo in contrib/intarray documentation

Reported-by: Erik Rijkers
Discussion: https://postgr.es/m/82529ecf9bcc58d5b5cf9f3ffb699881%40xs4all.nl
parent 3eabc623
...@@ -281,7 +281,7 @@ ...@@ -281,7 +281,7 @@
determines the maximum number of ranges in determines the maximum number of ranges in
one index key. The default value of <literal>numranges</literal> is 100. one index key. The default value of <literal>numranges</literal> is 100.
Valid values are between 1 and 253. Using larger arrays as GiST index Valid values are between 1 and 253. Using larger arrays as GiST index
keys leads to a more precise search (scaning a smaller fraction of the index and keys leads to a more precise search (scanning a smaller fraction of the index and
fewer heap pages), at the cost of a larger index. fewer heap pages), at the cost of a larger index.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment