Re: Bugs in bigint indexes

Peter Eisentraut <peter_e@gmx.net>

From: Peter Eisentraut <peter_e@gmx.net>
To: "Gustavo Scotti" <gscotti@axur.com.br>, <pgsql-bugs@postgresql.org>
Date: 2003-12-19T18:00:34Z
Lists: pgsql-bugs
Gustavo Scotti writes:
> when the key is bigint, it ignores any kind of index scan, it always use
> Seq scan. Why?

RTFM: http://www.postgresql.org/docs/7.4/static/datatype.html#DATATYPE-INT

Please don't post to pgsql-bugs unless you have found a bug.