Bug #530: index does not work on int8

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #530: index does not work on int8
Date: 2001-12-06 00:11:33
Message-ID: 200112060011.fB60BX412167@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

hh () reports a bug with a severity of 1
The lower the number the more severe it is.

Short Description
index does not work on int8

Long Description
creating an index on an int8 column has no effect on planner. It always chooses to do a seq scan.

Sample Code

No file was uploaded with this report

Browse pgsql-bugs by date

  From Date Subject
Next Message Hao He 2001-12-06 00:13:01 index error
Previous Message Bruce Momjian 2001-12-05 21:04:15 Re: [BUGS] Bug #513: union all changes char(3) column definition