[BUGS] Re: 7.1 euro-style dates insert error

2001-05-02 Thread Thomas Lockhart
> > Yes it does, for ambiguous cases such as yours. > Which means that independent of the date style, it should give a date error > either way? No, it means that for ambiguous cases (e.g. '2-10-1997') it will assume European or US conventions were used. It will rarely reject a date on grounds of

Re: [BUGS] SELECT min(id) FROM test; uses seqscan

2001-05-02 Thread Tom Lane
Philip Warner <[EMAIL PROTECTED]> writes: >> SELECT min(id) FROM test; uses sequential scan even if an index on "id" >> exists. VACUUM ANALYZE doesn't help. > This is a known stupidity of PG, and will probably be fixed in a relatively > distant future release (when index entries are updated to ma

Re: [BUGS] SELECT min(id) FROM test; uses seqscan

2001-05-02 Thread Philip Warner
At 09:08 2/05/01 -0400, [EMAIL PROTECTED] wrote: >SELECT min(id) FROM test; uses sequential scan even if an index on "id" exists. VACUUM ANALYZE doesn't help. > This is a known stupidity of PG, and will probably be fixed in a relatively distant future release (when index entries are updated to ma

[BUGS] Re: 7.1 euro-style dates insert error

2001-05-02 Thread Chris Storah
> Yes it does, for ambiguous cases such as yours. Which means that independent of the date style, it should give a date error either way? > I'm willing to bet that the date style is *not* set to "European". > Please demonstrate with a "show datestyle" and "select date > '2.10.1997'"... NOTICE: Da

[BUGS] SELECT min(id) FROM test; uses seqscan

2001-05-02 Thread pgsql-bugs
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.