7.1.2 vs. INT8 indexes
Michael Graff <explorer@flame.org>
From: Michael Graff <explorer@flame.org>
To: pgsql-general@postgresql.org
Date: 2001-06-01T23:32:13Z
Lists: pgsql-general
When I create a table with an INT8 member and create an index on it, a sequential scan is performed on select. When I use INT, it uses the index. Is there some trick to make this work, or am I just screwed? Thanks :) --Michael