Re: Implicit CAST is not working in Postgresql 8.4 - Mailing list pgsql-general

From Pavel Stehule
Subject Re: Implicit CAST is not working in Postgresql 8.4
Date
Msg-id AANLkTimiL5LxmEBnevxUWm9=LMK4DuUKJiomzebX2BP4@mail.gmail.com
Whole thread Raw
In response to Implicit CAST is not working in Postgresql 8.4  (AI Rumman <rummandba@gmail.com>)
List pgsql-general
Hello

see http://petereisentraut.blogspot.com/2008/03/readding-implicit-casts-in-postgresql.html

Regards

Pavel Stehule

2010/9/28 AI Rumman <rummandba@gmail.com>:
> I migrated data from Postgresql 8.1 to  Postgresql 8.4 using pg_dump.
> But now I found that, most of the queries in my applicaiton are being
> failed. Invesitigating the problem, I found that no function is available in
> the DB to CAST INT to TEXT etc.
> Most of the queries are failed because implicit cast is not working
> properly.
> Any idea how to solve it.

pgsql-general by date:

Previous
From: Thom Brown
Date:
Subject: Re: Implicit CAST is not working in Postgresql 8.4
Next
From: John R Pierce
Date:
Subject: Re: Merge replication with Postgresql on Windows?