On Thu, 6 Dec 2001, Hao He wrote:
> hi,
>
> If you create a table with one of the columns defined as int8, then the
> index created on this column does not work. When I use explain to see
> the plan, it is always seq scan instead of index scan as one would expect.
> Other types of columns work f
hi,
If you create a table with one of the columns defined as int8, then the
index created on this column does not work. When I use explain to see
the plan, it is always seq scan instead of index scan as one would expect.
Other types of columns work fine (int4, string ...).
Hao
===