Implicit CAST is not working in Postgresql 8.4

Поиск
Список
Период
Сортировка
От AI Rumman
Тема Implicit CAST is not working in Postgresql 8.4
Дата
Msg-id AANLkTinMcnh4g+b2UeOUR+1dhtbButd_eH--eaod96Wr@mail.gmail.com
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Killing "stuck" queries and preventing queries from getting "stuck"
Следующее
От: Thom Brown
Дата:
Сообщение: Re: Implicit CAST is not working in Postgresql 8.4