Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit04b84f5

Browse files
committed
Generalize width_bucket() documentation because b1/b2 can be
interchanged.
1 parentf5caa1e commit04b84f5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -837,8 +837,7 @@
837837
<entry><type>int</type></entry>
838838
<entry>return the bucket to which <parameter>operand</> would
839839
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>
842841
<entry><literal>width_bucket(5.35, 0.024, 10.06, 5)</literal></entry>
843842
<entry><literal>3</literal></entry>
844843
</row>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp