Re: [PERFORM] Fwd: Casting issue!!

2009-01-07 Thread Glyn Astill
--- On Wed, 7/1/09, jose fuenmayor 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 sour

Re: [PERFORM] Fwd: Casting issue!!

2009-01-07 Thread tv
Hi Jose, why haven't you post an example of the failing query, data and the exact error message? The casting should work on 8.3 (and it works for me) so I guess there are some invalid data, invalid SQL or something like that. Anyway I doubt this is a performance issue - this falls into generic SQ

Re: [PERFORM] Fwd: Casting issue!!

2009-01-07 Thread Matthew Wakeling
On Wed, 7 Jan 2009, jose fuenmayor 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 usi