Generalize width_bucket() documentation because b1/b2 can be
authorBruce Momjian
Tue, 22 Aug 2006 00:49:19 +0000 (00:49 +0000)
committerBruce Momjian
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 @@
-
+
 
  
   Functions and Operators
        int
        return the bucket to which operand would
        be assigned in an equidepth histogram with count
-       buckets, an upper bound of b1, and a lower bound
-       of b2
+       buckets, in the range b1 to b2
        width_bucket(5.35, 0.024, 10.06, 5)
        3