Ian Barwick <[EMAIL PROTECTED]> writes:
> I came across this:
> db=> SELECT 1 FROM object WHERE object IS NOT NULL;
> ERROR: unrecognized node type: 302
Okay, now it says
ERROR: relation reference "object" cannot be used in an expression
regards, tom lane
-
through my patented unit testing technology (caffein and sleep deprivation)
I came across this:
db=> SELECT 1 FROM object WHERE object IS NOT NULL;
ERROR: unrecognized node type: 302
where I was expecting something more like this:
db=> SELECT 1 FROM object WHERE mispelt_column IS NOT NULL;
ERROR