Re: Dont let those int8's drive you mad!!

From: Jeff Amiel <jamiel(at)istreamimaging(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Dont let those int8's drive you mad!!
Date: 2004-12-03 22:35:22
Message-ID: 41B0EA2A.5040501@istreamimaging.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Outstanding....
thanks all....

Tom Lane wrote:

>Jeff Amiel <jamiel(at)istreamimaging(dot)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
>
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thomas F.O'Connell 2004-12-03 23:11:13 Re: Poor Performance with Distinct Subqueries with EXISTS and EXCEPT
Previous Message Tom Lane 2004-12-03 22:33:31 Re: Dont let those int8's drive you mad!!