summaryrefslogtreecommitdiff
path: root/doc/src/sgml/intarray.sgml
diff options
context:
space:
mode:
authorTom Lane2007-12-03 03:05:47 +0000
committerTom Lane2007-12-03 03:05:47 +0000
commit0d4c3855f1191e5730bca41f5733562de8170fc8 (patch)
tree9f4ae4d795252f8cf68d8b0cf2eef709df07fed4 /doc/src/sgml/intarray.sgml
parent01434d41d4410d6af8e16b60a215840f01072fe1 (diff)
Update SGML contrib documentation to catch up with recent changes to
the former README files. Albert Cervera i Areny
Diffstat (limited to 'doc/src/sgml/intarray.sgml')
-rw-r--r--doc/src/sgml/intarray.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/intarray.sgml b/doc/src/sgml/intarray.sgml
index e3240f6189e..b01d825cee5 100644
--- a/doc/src/sgml/intarray.sgml
+++ b/doc/src/sgml/intarray.sgml
@@ -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>