Is there a function built into postgres to find out if an int2[] array contains a certaint int4? Say the array is this "0 3 4", how can i find out if "3" is in that array?
thanks!
Alex