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