Nick Gazaloff (nick(at)club(dot)pyat(dot)ru) reports a bug with a severity of 3
The lower the number the more severe it is.
Short Description
SELECT min(id) FROM test; uses seqscan
Long Description
SELECT min(id) FROM test; uses sequential scan even if an index on "id" exists. VACUUM ANALYZE doesn't help.
Sample Code
No file was uploaded with this report