logical operators

From: Victor Ivanov <v0rbiz(at)icon(dot)bg>
To: pgsql-general(at)postgresql(dot)org
Subject: logical operators
Date: 2000-10-31 12:31:28
Message-ID: 20001031143128.A31922@icon.icon-bg.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marko Kreen 2000-10-31 12:57:10 Re: logical operators
Previous Message Gunnar R|nning 2000-10-31 11:50:53 Re: how good is PostgreSQL