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

Commitf9e4961

Browse files
committed
Improve array_upper example
The previous example didn't make it clear whether array_upper returnedthe last element or the index of the last element.
1 parent6c596c2 commitf9e4961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10361,7 +10361,7 @@ SELECT NULLIF(value, '(none)') ...
1036110361
</entry>
1036210362
<entry><type>int</type></entry>
1036310363
<entry>returns upper bound of the requested array dimension</entry>
10364-
<entry><literal>array_upper(ARRAY[1,2,3,4], 1)</literal></entry>
10364+
<entry><literal>array_upper(ARRAY[1,8,3,7], 1)</literal></entry>
1036510365
<entry><literal>4</literal></entry>
1036610366
</row>
1036710367
<row>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp