Re: [HACKERS] Logical operators don't work

2001-03-13 Thread Marko Kreen
On Tue, Mar 13, 2001 at 07:18:36AM -0500, D'Arcy J.M. Cain wrote: > The logical operators '&', '|', '<<' and '>>' as documented on the page > http://www.postgresql.org/devel-corner/docs/postgres/functions.html don't > appear to work as advertised. > > darcy=# SELECT 91 & 15; > ERROR: Unable to i

[HACKERS] Logical operators don't work

2001-03-13 Thread D'Arcy J.M. Cain
The logical operators '&', '|', '<<' and '>>' as documented on the page http://www.postgresql.org/devel-corner/docs/postgres/functions.html don't appear to work as advertised. darcy=# SELECT 91 & 15; ERROR: Unable to identify an operator '&' for types 'int4' and 'int4' You will have to r