Re: binary operators - Mailing list pgsql-sql

From Jaros³aw B³¹d
Subject Re: binary operators
Date
Msg-id 3A8A787F.5BE28756@e-point.pl
Whole thread Raw
In response to binary operators  (Frederic Metoz <metoz@lmes.ibs.fr>)
List 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.blad@e-point.pl
e-point S.A. POLAND
(22) 853 48 30 http://www.e-point.pl




pgsql-sql by date:

Previous
From: Ines Klimann
Date:
Subject: How to create a type ?
Next
From: "Oliver Elphick"
Date:
Subject: Re: createuser problem