]> granicus.if.org Git - postgresql/commitdiff
Be more clear about when to use gist__int_ops vs. gist__intbig_ops.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 18 Mar 2009 20:18:18 +0000 (20:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 18 Mar 2009 20:18:18 +0000 (20:18 +0000)
Per suggestion from Ron Mayer.

doc/src/sgml/intarray.sgml

index 95121c1e9ba9bded22262e8d3dd6a9e52d94d5f8..ddf74218991448810f12bf429e911a3f96c03efe 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/intarray.sgml,v 1.5 2007/12/10 05:32:51 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/intarray.sgml,v 1.6 2009/03/18 20:18:18 tgl Exp $ -->
 
 <sect1 id="intarray">
  <title>intarray</title>
   <para>
    Two GiST index operator classes are provided:
    <literal>gist__int_ops</> (used by default) is suitable for
-   small and medium-size arrays, while
+   small- to medium-size data sets, while
    <literal>gist__intbig_ops</> uses a larger signature and is more
-   suitable for indexing large arrays.
+   suitable for indexing large data sets (i.e., columns containing
+   a large number of distinct array values).
   </para>
 
   <para>