Re: Range Types - cache lookup failed for function

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Range Types - cache lookup failed for function
Дата
Msg-id 1297097571.27157.163.camel@jdavis
обсуждение исходный текст
Ответ на Re: Range Types - cache lookup failed for function  ("Erik Rijkers" <er@xs4all.nl>)
Список pgsql-hackers
On Sun, 2011-02-06 at 20:10 +0100, Erik Rijkers wrote:
> I was trying
>     where intrange @> integer
> 
> which admittedly is not in the documentation,
> but does already half work, and would be really
> convenient to have.  As it stands the construct
> seems to fail after ANALYZE, when there is more
> than 1 row:

Thank you for the report! I actually did make some mention of that in
the documentation, albeit brief (in the operators table, using timestamp
as an example).

I have a fix for it. There may still be an issue with the constructors
like range(1,2), so I'll look into it a little more, but an updated
patch should come soon.

Regards,Jeff Davis



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

Предыдущее
От: Florian Pflug
Дата:
Сообщение: Re: A different approach to extension NO USER DATA feature
Следующее
От: Tom Lane
Дата:
Сообщение: Re: More extension issues: ownership and search_path