mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Fix typo in contrib/intarray documentation
Reported-by: Erik Rijkers Discussion: https://postgr.es/m/82529ecf9bcc58d5b5cf9f3ffb699881%40xs4all.nl
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user