Re: binary operators

Поиск
Список
Период
Сортировка
От Jaros³aw B³¹d
Тема Re: binary operators
Дата
Msg-id 3A8A787F.5BE28756@e-point.pl
обсуждение исходный текст
Ответ на binary operators  (Frederic Metoz <metoz@lmes.ibs.fr>)
Список 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 по дате отправления:

Предыдущее
От: Ines Klimann
Дата:
Сообщение: How to create a type ?
Следующее
От: "Oliver Elphick"
Дата:
Сообщение: Re: createuser problem