logical operators

Started by Victor Ivanovover 25 years ago2 messagesgeneral
Jump to latest
#1Victor Ivanov
v0rbiz@icon.bg

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

#2Marko Kreen
markokr@gmail.com
In reply to: Victor Ivanov (#1)
Re: logical operators

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