Skip to content

Commit 5e95311

Browse files
committed
Add intset() to README
1 parent ffaaf27 commit 5e95311

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy