"Chris Pizzo" <chris@artinside.com> writes:
> select * from new_tabl where ((col & 64) != 0);
> ERROR: Unable to identify an operator '&' for types 'int4' and 'int4'
Er ... how old is your Postgres? Integer & has been there since 7.1
AFAICT ...
regards, tom lane