Re: Fwd: Casting issue!!

Поиск
Список
Период
Сортировка
От Glyn Astill
Тема Re: Fwd: Casting issue!!
Дата
Msg-id 867853.42842.qm@web23605.mail.ird.yahoo.com
обсуждение исходный текст
Ответ на Fwd: Casting issue!!  ("jose fuenmayor" <jafn82@gmail.com>)
Список pgsql-performance


--- On Wed, 7/1/09, jose fuenmayor <jafn82@gmail.com> wrote:
>
> Hi all I am trying to migrate from postgresql 8.2.x to
> 8.3.x, i have an
> issue with casting values when i try to perform the auto
> cast , it does not
> work and I get an error, how can i perform  auto casting on
> 8.3 without
> rewrite my source code, I am using pl/pgsql. I mean i dont
> want to write
> value::dataType. I dont want to use explicit type cast.
> Maybe change
> something in the config files? to make it work like 8.2 on
> tha regard(cast
> values).
> thanks a lot!!!
> Kind Regards;
> Jose Fuenmayor

As the others have said; you'd be better off posting this in the pgsql-general list.

However I think you could proabably work your way around this with a function and a cast, as described here:

http://www.depesz.com/index.php/2008/05/05/error-operator-does-not-exist-integer-text-how-to-fix-it/





В списке pgsql-performance по дате отправления:

Предыдущее
От: tv@fuzzy.cz
Дата:
Сообщение: Re: Fwd: Casting issue!!
Следующее
От: "M. Edward (Ed) Borasky"
Дата:
Сообщение: Re: understanding postgres issues/bottlenecks