From: Nick Gazaloff <nick(at)club(dot)pyat(dot)ru>
To: pgsql-bugs(at)postgresql(dot)org
Subject:
Date: 2001-04-28 09:28:44
Message-ID: 17521681437.20010428132844@club.pyat.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi!

I suppose there is a bug in optimizer. When somehting like

SELECT min(id) from bla-bla;

is executed, it optimizer selects sequential scan even if any index on
"id" exists.

This is not a Good Thing, isn't it?

--
Best regards,
Nick Gazaloff mailto:nick(at)club(dot)pyat(dot)ru

Browse pgsql-bugs by date

  From Date Subject
Next Message Sam Leong 2001-04-28 17:09:00 Installation problem on freebsd
Previous Message Thomas Lockhart 2001-04-28 01:04:34 Re: v7.1.1 branched and released on Tuesday ...