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

Here is a slight improvement in my query for finding these guilty strings:
$ find . -regex '.*(sql|adp|tcl)' | xargs egrep -ri '([^:]=|<>) ?null' 
cheers,