Re: Range Types - cache lookup failed for function - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: Range Types - cache lookup failed for function
Date
Msg-id 1297097571.27157.163.camel@jdavis
Whole thread Raw
In response to Re: Range Types - cache lookup failed for function  ("Erik Rijkers" <er@xs4all.nl>)
List 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 by date:

Previous
From: Florian Pflug
Date:
Subject: Re: A different approach to extension NO USER DATA feature
Next
From: Tom Lane
Date:
Subject: Re: More extension issues: ownership and search_path