Re: ignoring data type

From: Octavio <octaviomaiden(at)yahoo(dot)com>
To: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: ignoring data type
Date: 2010-11-16 17:15:17
Message-ID: 768188.18183.qm@web38908.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)marlowe(at)gmail(dot)com> escribió:

De: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
Asunto: Re: [ADMIN] ignoring data type
A: "Octavio" <octaviomaiden(at)yahoo(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Fecha: martes, 16 de noviembre de 2010, 01:22 am

On Mon, Nov 15, 2010 at 10:28 PM, Octavio <octaviomaiden(at)yahoo(dot)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.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Alvaro Herrera 2010-11-16 19:09:34 Re: Autovacuum seems to block database: WARNING worker took too long to start
Previous Message Pablo Delgado Díaz-Pache 2010-11-16 15:18:09 Re: Autovacuum seems to block database: WARNING worker took too long to start