ANY can be used with arrays, particularly query parameters: `id = ANY($1::int[])`, but not `id IN $1::int[]`.
Oh that must be why I got into this habit.
Oh that must be why I got into this habit.