Add intset() to README

REL8_1_STABLE
Teodor Sigaev 21 years ago
parent ffaaf27eb4
commit 5e95311442
  1. 7
      contrib/intarray/README.intarray

@ -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…
Cancel
Save