mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
Add intset() to README (backpatch teodor's docs fix in HEAD).
This commit is contained in:
parent
2bb33a8048
commit
49786de18e
@ -60,6 +60,13 @@ test=# select subarray('{1,2,3,2,1}'::int[],2,3);
|
||||
{2,3,2}
|
||||
(1 row)
|
||||
|
||||
int[] intset(int4) - casting int4 to int[]
|
||||
|
||||
test=# select intset(1);
|
||||
intset
|
||||
--------
|
||||
{1}
|
||||
(1 row)
|
||||
|
||||
OPERATIONS:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user