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