Re: Strongly typed?

From: Carol Walter <walterc(at)indiana(dot)edu>
To:
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Strongly typed?
Date: 2009-03-13 16:17:01
Message-ID: DCAA40F0-3DE4-45D8-BC0B-CAC58383D616@indiana.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Thanks so much. That's what I needed to know. I'm going to have to
make some modifications to my script so that it reports what databases
it's loading, and take steps to change the data types or, at least,
hold them out.

Carol

On Mar 13, 2009, at 11:13 AM, Alvaro Herrera wrote:

> Carol Walter wrote:
>> I'm moving from PostgreSQL 8.2.4 to PostgreSQL 8.3.6. When I
>> restore
>> the databases from the old instance to the new one, I get a lot of
>> errors where the data types in keys don't match, e.g. the data type
>> is
>> integer in the base file but defined as numeric in the file that it
>> is
>> linked to. These are running databases so this situation must have
>> been
>> negotiated by 8.2 but not my 8.3. Is this something relatively new
>> that
>> I'm encountering, or is there a parameter someplace that I have set
>> too
>> tightly.
>
> It's new -- some casts changed from implicit to explicit in 8.3.
>
> --
> Alvaro Herrera http://www.CommandPrompt.com/
> PostgreSQL Replication, Consulting, Custom Development, 24x7 support
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Marlowe 2009-03-13 16:18:27 Re: Strongly typed?
Previous Message Carol Walter 2009-03-13 16:14:48 Default instance?