Emil Kaffeshop <emildg(at)yahoo(dot)com> writes:> SELECT b IN (a) INTO flag; !!! does not work
> Is it legal to expect the array to be interpret as> list of integers which IN expression takes ?
No. But try "b = any (a)".
regards, tom lane