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

Commit5e95311

Browse files
committed
Add intset() to README
1 parentffaaf27 commit5e95311

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎contrib/intarray/README.intarray

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ test=# select subarray('{1,2,3,2,1}'::int[],2,3);
6060
{2,3,2}
6161
(1 row)
6262

63+
int[] intset(int4) - casting int4 to int[]
64+
65+
test=# select intset(1);
66+
intset
67+
--------
68+
{1}
69+
(1 row)
6370

6471
OPERATIONS:
6572

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp