From 04b84f5a93671d9289381261d802a8eb8eabbec5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 22 Aug 2006 00:49:19 +0000 Subject: [PATCH] Generalize width_bucket() documentation because b1/b2 can be interchanged. --- doc/src/sgml/func.sgml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 2b2a0a0d18..5c0cc0966f 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 -- GitLab