On Mon, Nov 15, 2010 at 10:28 PM, Octavio <octaviomaiden@xxxxxxxxx> 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. -- Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin