Re: Typecast bug? - Mailing list pgsql-performance

From Guillaume Smet
Subject Re: Typecast bug?
Date
Msg-id 1d4e0c10806260012pef3b340y2ec5e5855d18974c@mail.gmail.com
Whole thread Raw
In response to Re: Typecast bug?  ("Frank Joerdens" <frank@joerdens.de>)
List pgsql-performance
On Thu, Jun 26, 2008 at 9:02 AM, Frank Joerdens <frank@joerdens.de> wrote:
> Which version are you using? 8.3 removes a lot of implicit casts (all?
> not sure), so this may already be your fix.

8.3 only removed implicit casts from non text types to text (date ->
text, int -> text, interval -> text...) to avoid unexpected
behaviours.

--
Guillaume

pgsql-performance by date:

Previous
From: "Frank Joerdens"
Date:
Subject: Re: Typecast bug?
Next
From: "jay"
Date:
Subject: 答复: [PERFORM] Postgresql update op is very very slow