Frederic Metoz wrote:
> Hello,
>
> I am looking for the binary AND and OR ... SHIFT as well.
> Do they exist for postgresql ?
>
> Tanks,
>
> Fred
In postgresql binary operators AND, OR ... don't exist, but you can
simply extend postgresql by yours operators. You should use CREATE
OPERATOR functi
Frederic Metoz writes:
> I am looking for the binary AND and OR ... SHIFT as well.
> Do they exist for postgresql ?
I have functions that do this on int4. Not operators, but better than
nothing :) Anyone interested, please feel free to email in private. In
fact, the lib is simple as a
Frederic Metoz writes:
> I am looking for the binary AND and OR ... SHIFT as well.
> Do they exist for postgresql ?
in 7.1
--
Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/
On Wed, 31 Jan 2001 04:12, Frederic Metoz wrote:
> Hello,
>
> I am looking for the binary AND and OR ... SHIFT as well.
> Do they exist for postgresql ?
AND and OR . yes.
SHIFT I don't think so.
--
Sincerely etc.,
NAME Christopher Sawtell
CELL PHONE 021 257 4451
ICQ UIN45
Hello,
I am looking for the binary AND and OR ... SHIFT as well.
Do they exist for postgresql ?
Tanks,
Fred