From 4d8fa01aa4366c7f031de7e1d87c9843f4806793 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index a2e79863aa..91b6ccb36f 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -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 -- 2.39.5