Re: Implicit CAST is not working in Postgresql 8.4

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: AI Rumman <rummandba(at)gmail(dot)com>
Cc: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Implicit CAST is not working in Postgresql 8.4
Date: 2010-09-28 06:46:40
Message-ID: AANLkTimiL5LxmEBnevxUWm9=LMK4DuUKJiomzebX2BP4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2010-09-28 06:51:50 Re: Merge replication with Postgresql on Windows?
Previous Message Tom Lane 2010-09-28 06:46:21 Re: ECPG - Some errno definitions don't match to the manual