Re: Bug in predicate indexes? - Mailing list pgsql-hackers

From Joshua D. Drake
Subject Re: Bug in predicate indexes?
Date
Msg-id 437E429D.3010209@commandprompt.com
Whole thread Raw
In response to Re: Bug in predicate indexes?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
>This is a known (although perhaps not well documented) limitation of the
>predicate testing logic.  You do not need a cast in the query, though,
>only in the index's WHERE condition.
>  
>
O.k. cool just wanted to make sure I wasn't the only one :).

Joshua D. Drake



>            regards, tom lane
>
>---------------------------(end of broadcast)---------------------------
>TIP 2: Don't 'kill -9' the postmaster
>  
>


-- 
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Improving count(*)
Next
From: Tom Lane
Date:
Subject: Re: order by, for custom types