1
0
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:
Tom Lane
2007-12-03 03:05:47 +00:00
parent 01434d41d4
commit 0d4c3855f1
6 changed files with 96 additions and 26 deletions

View File

@ -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>