Re: Typecast bug?

From: "Guillaume Smet" <guillaume(dot)smet(at)gmail(dot)com>
To: "Frank Joerdens" <frank(at)joerdens(dot)de>
Cc: "Craig James" <craig_james(at)emolecules(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Typecast bug?
Date: 2008-06-26 07:12:56
Message-ID: 1d4e0c10806260012pef3b340y2ec5e5855d18974c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Thu, Jun 26, 2008 at 9:02 AM, Frank Joerdens <frank(at)joerdens(dot)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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message jay 2008-06-26 10:04:18 答复: [PERFORM] Postgresql update op is very very slow
Previous Message Frank Joerdens 2008-06-26 07:02:13 Re: Typecast bug?