Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
> You could do something like
>
> ... type boolean using case when field1=0 then false else true end;
Or you could save typing and just use "USING field1<>0"
Odd that everyone did a CASE for that.
--
greg