Re: Bug/Change in behavior for 7.3 vs 7.2.1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Barry Lind <barry(at)xythos(dot)com>
Cc: PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Bug/Change in behavior for 7.3 vs 7.2.1
Date: 2002-08-16 05:42:02
Message-ID: 4808.1029476522@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Barry Lind <barry(at)xythos(dot)com> writes:
> You can no long insert large values into a bigint column without a
> cast.

This seems to be fallout from the move to tighten up implicit coercions
(cf http://archives.postgresql.org/pgsql-hackers/2002-04/msg00528.php
as well as lots of earlier discussions).

I said right along that this topic needed more debate, but we haven't
gotten back to looking at it. We have a number of other nasty behaviors
in current sources that trace back to altering the set of available
coercions.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-08-16 05:42:41 Re: SET SCHEMA?
Previous Message Oliver Elphick 2002-08-16 05:38:00 SET SCHEMA?