Re: binary operators

From: Jaros³aw B³¹d <Jaroslaw(dot)Blad(at)e-point(dot)pl>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: binary operators
Date: 2001-02-14 12:22:23
Message-ID: 3A8A787F.5BE28756@e-point.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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 function. If you are interested in examples you can send me
mail.

--
Jaroslaw Blad
Lead Engineer
mailto:jaroslaw(dot)blad(at)e-point(dot)pl
e-point S.A. POLAND
(22) 853 48 30 http://www.e-point.pl

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Frank Joerdens 2001-02-14 13:01:09 displaying constraints
Previous Message Ines.Klimann 2001-02-14 12:13:01 Oracle8 / PostgreSQL