On 12/10/15 7:03 PM, Tom Lane wrote:
Jim Nasby writes:
Is there any reason we couldn't/shouldn't support IS DISTINCT in
subquery_Op? (Or really, just add support to ANY()/ALL()/(SELECT ...)?)
It's not an operator (in the sense of something with a pg_operator OID),
which means this would be qu
Jim Nasby writes:
> Is there any reason we couldn't/shouldn't support IS DISTINCT in
> subquery_Op? (Or really, just add support to ANY()/ALL()/(SELECT ...)?)
It's not an operator (in the sense of something with a pg_operator OID),
which means this would be quite a bit less than trivial as far a