Thanks Scott In fact checking the application there are a lots of queries that doesn't make the conversion, in order to temporally skip this issue,I like to try to import those conversions from the 8.1 version to the actual postgres, how can I do that?
Octavio --- El mar, 11/16/10, Scott Marlowe <scott.marl...@gmail.com> escribió: De: Scott Marlowe <scott.marl...@gmail.com> Asunto: Re: [ADMIN] ignoring data type A: "Octavio" <octaviomai...@yahoo.com> Cc: pgsql-admin@postgresql.org Fecha: martes, 16 de noviembre de 2010, 01:22 am On Mon, Nov 15, 2010 at 10:28 PM, Octavio <octaviomai...@yahoo.com> wrote: > > Hello > > I have migrate a application from a server with postgres 8.1 to another with > 8.3 > in the new server there are some page that doesn't work because seems to want > to compare different data type > > does anyone know if it is a version issue or there is something Im missing? Starting in 8.3 many automatic conversions from one type to another were removed because it wasn't always obvious if this was the right thing to do. So, you might need to either change some column types, or cast them explicitly to the type you want to be used for comparison.