--- On Wed, 7/1/09, jose fuenmayor <jafn82@xxxxxxxxx> 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/ -- Sent via pgsql-performance mailing list (pgsql-performance@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-performance