mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Update SGML contrib documentation to catch up with recent changes to
the former README files. Albert Cervera i Areny
This commit is contained in:
@ -12,9 +12,10 @@
|
||||
|
||||
<para>
|
||||
Current implementation provides index support for one-dimensional array of
|
||||
int4's - gist__int_ops, suitable for small and medium size of arrays (used on
|
||||
integers: gist__int_ops, suitable for small and medium size of arrays (used by
|
||||
default), and gist__intbig_ops for indexing large arrays (we use superimposed
|
||||
signature with length of 4096 bits to represent sets).
|
||||
signature with length of 4096 bits to represent sets). There is also a
|
||||
non-default gin__int_ops for GIN indexes on integer arrays.
|
||||
</para>
|
||||
|
||||
<sect2>
|
||||
|
Reference in New Issue
Block a user