"Luiz Gonzaga da Mata" <[EMAIL PROTECTED]> writes: > Sees, below, that it seems to have one bug in set transform_null_equals > or, then, in <> NULL.
transform_null_equals only catches the exact syntax "something = NULL". It does not touch "something <> NULL". The latter is always going to yield NULL, by definition. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend