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

From AI Rumman
Subject Implicit CAST is not working in Postgresql 8.4
Date
Msg-id AANLkTinMcnh4g+b2UeOUR+1dhtbButd_eH--eaod96Wr@mail.gmail.com
Whole thread Raw
Responses Re: Implicit CAST is not working in Postgresql 8.4  (Thom Brown <thom@linux.com>)
Re: Implicit CAST is not working in Postgresql 8.4  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: Implicit CAST is not working in Postgresql 8.4  (David Fetter <david@fetter.org>)
List pgsql-general
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: Craig Ringer
Date:
Subject: Re: Killing "stuck" queries and preventing queries from getting "stuck"
Next
From: Thom Brown
Date:
Subject: Re: Implicit CAST is not working in Postgresql 8.4