Pierre Nowak
Results
1
comments of
Pierre Nowak
> The PR description is off. `array_intersect` is not a function in PostgreSQL 18. The closest is `int[] & int[]` (or `_int_inter`) found in the `intarray` extension. But I agree...