how is the following condition working? i have an postgres array and call a function with an array as paramter. As condition i want to check the following:
WHERE any(array[x,y]) = any(array[y,z])
Thus is minimum one element of the postgres array in the parameter array?