--- 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
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
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