Обсуждение: logical operators

Поиск
Список
Период
Сортировка

logical operators

От
Victor Ivanov
Дата:
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

Вложения

Re: logical operators

От
Marko Kreen
Дата:
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