OSDN Git Service

Add intset() to README
authorTeodor Sigaev <teodor@sigaev.ru>
Thu, 27 Jan 2005 14:14:01 +0000 (14:14 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Thu, 27 Jan 2005 14:14:01 +0000 (14:14 +0000)
contrib/intarray/README.intarray

index a1ffef1..f850dee 100644 (file)
@@ -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: