Nick Gazaloff ([EMAIL PROTECTED]) 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
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly