Thread: logical operators

logical operators

From
Victor Ivanov
Date:
Hi all,

Is it me or PostgreSQL doesn't have logical (bitwise) operators for int4?
This is not a big problem, it is 5 minutes work to add them, but I really
want to know the reason why? It is very useful if you have ~20 options
per client :)

--
Players win and Winners play
Have a lucky day

Attachment

Re: logical operators

From
Marko Kreen
Date:
On Tue, Oct 31, 2000 at 02:31:28PM +0200, Victor Ivanov wrote:
> Is it me or PostgreSQL doesn't have logical (bitwise) operators for int4?

It has in 7.1.  Currently available at CVS.

> This is not a big problem, it is 5 minutes work to add them, but I really
> want to know the reason why? It is very useful if you have ~20 options
> per client :)

Yes.  They were merged last week :)

--
marko