]> granicus.if.org Git - postgresql/commitdiff
Generalize width_bucket() documentation because b1/b2 can be
authorBruce Momjian <bruce@momjian.us>
Tue, 22 Aug 2006 00:49:19 +0000 (00:49 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 22 Aug 2006 00:49:19 +0000 (00:49 +0000)
interchanged.

doc/src/sgml/func.sgml

index 2b2a0a0d18c8c992f0ecb40f8455523d0ec241ed..5c0cc0966fcd5c99cb65ad0e832b101bbd826351 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.331 2006/08/21 00:57:23 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.332 2006/08/22 00:49:19 momjian Exp $ -->
 
  <chapter id="functions">
   <title>Functions and Operators</title>
        <entry><type>int</type></entry>
        <entry>return the bucket to which <parameter>operand</> would
        be assigned in an equidepth histogram with <parameter>count</>
-       buckets, an upper bound of <parameter>b1</>, and a lower bound
-       of <parameter>b2</></entry>
+       buckets, in the range <parameter>b1</> to <parameter>b2</></entry>
        <entry><literal>width_bucket(5.35, 0.024, 10.06, 5)</literal></entry>
        <entry><literal>3</literal></entry>
       </row>