Re: int8, primary key, seq scan

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jeff Amiel <jamiel(at)istreamimaging(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: int8, primary key, seq scan
Date: 2004-08-20 01:13:54
Message-ID: 14604.1092964434@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jeff Amiel <jamiel(at)istreamimaging(dot)com> writes:
> I declared the compared value (draftid) as an int8, why should I have to
> cast it as such in the query to cause the optimizer to use the primary key?

Seems like it should work (and it does work for me, in a quick test with
7.4.5). Could we see the full text of the problematic function?

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Welty 2004-08-20 01:24:13 Re: PostgreSQL 8.0 Feature List?
Previous Message Tom Lane 2004-08-20 01:03:55 Re: unserializable transaction?