Re: ignoring data type - Mailing list pgsql-admin

From Octavio
Subject Re: ignoring data type
Date
Msg-id 768188.18183.qm@web38908.mail.mud.yahoo.com
Whole thread Raw
In response to Re: ignoring data type  (Scott Marlowe <scott.marlowe@gmail.com>)
List pgsql-admin
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.marlowe@gmail.com> escribió:

De: Scott Marlowe <scott.marlowe@gmail.com>
Asunto: Re: [ADMIN] ignoring data type
A: "Octavio" <octaviomaiden@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 <octaviomaiden@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.

 

pgsql-admin by date:

Previous
From: Pablo Delgado Díaz-Pache
Date:
Subject: Re: Autovacuum seems to block database: WARNING worker took too long to start
Next
From: Alvaro Herrera
Date:
Subject: Re: Autovacuum seems to block database: WARNING worker took too long to start