Re: Implicit CAST is not working in Postgresql 8.4

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: Implicit CAST is not working in Postgresql 8.4
Дата
Msg-id AANLkTimiL5LxmEBnevxUWm9=LMK4DuUKJiomzebX2BP4@mail.gmail.com
обсуждение исходный текст
Ответ на Implicit CAST is not working in Postgresql 8.4  (AI Rumman <rummandba@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: Implicit CAST is not working in Postgresql 8.4
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Merge replication with Postgresql on Windows?