Re: Dont let those int8's drive you mad!! - Mailing list pgsql-general

From Tom Lane
Subject Re: Dont let those int8's drive you mad!!
Date
Msg-id 15204.1102113211@sss.pgh.pa.us
Whole thread Raw
In response to Dont let those int8's drive you mad!!  (Jeff Amiel <jamiel@istreamimaging.com>)
Responses Re: Dont let those int8's drive you mad!!  (Jeff Amiel <jamiel@istreamimaging.com>)
List pgsql-general
Jeff Amiel <jamiel@istreamimaging.com> writes:
> If postgres knows the field is an int8, why do I have to cast it in my query?

As of 8.0 you won't have to anymore.

You don't really want to know why it took us six years to find a
workable solution... suffice it to say that it was harder than you
might think, because of Postgres' extensible approach to datatypes.

            regards, tom lane

pgsql-general by date:

Previous
From: OpenMacNews
Date:
Subject: RFDs, Lists & Usenet: One Non-Advanced, Non-Developer User's Perspective
Next
From: Jeff Amiel
Date:
Subject: Re: Dont let those int8's drive you mad!!