Re: operator classes for index?

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: operator classes for index?
Дата
Msg-id BANLkTi=r7X_66YEEKvN8MP10eOoa7ifgbw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: operator classes for index?  (Yves Weißig <weissig@rbg.informatik.tu-darmstadt.de>)
Ответы Re: operator classes for index?  (Yves Weißig <weissig@rbg.informatik.tu-darmstadt.de>)
Список pgsql-hackers
On Tue, Apr 26, 2011 at 5:18 AM, Yves Weißig
<weissig@rbg.informatik.tu-darmstadt.de> wrote:
> CREATE OPERATOR CLASS abstime_ops
>  DEFAULT FOR TYPE abstime USING ebi FAMILY abstime_ops AS
>  OPERATOR 1 = (abstime,abstime),
>  FUNCTION 1 hashint4(abstime,abstime);
>
> it yields: ERROR:  function hashint4(abstime, abstime) does not exist
> though it exists (it is part of the hash AM), do I have to note the

My copy of PostgreSQL has a hashint4(integer) function, but no
hashint4(abstime, abstime) function.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Proposal - asynchronous functions
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Proposal - asynchronous functions