Forum OpenACS Q&A: Response to Notice: Found postgres7.2 incompatibility

Collapse
Posted by Robert Locke on
Actually, "= NULL" is valid in the assignment context, as in:

    update foo set bar = NULL where moo = 'cow';

So, be careful how you globally replace "= NULL".