From: Bruce Momjian Date: Tue, 22 Aug 2006 00:49:19 +0000 (+0000) Subject: Generalize width_bucket() documentation because b1/b2 can be X-Git-Tag: REL8_2_BETA1~273 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04b84f5a93671d9289381261d802a8eb8eabbec5;p=thirdparty%2Fpostgresql.git Generalize width_bucket() documentation because b1/b2 can be interchanged. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 2b2a0a0d18c..5c0cc0966fc 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -837,8 +837,7 @@ 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