Re: [BUGS] Date represetation bug. Some dates are incorrectly selected

2001-02-27 Thread Tom Lane
[EMAIL PROTECTED] writes: > test=> create table pippo (d date); > CREATE > test=> insert into pippo values ('22/05/1977'); > INSERT 629024 1 > test=> insert into pippo values ('28/05/1978'); > INSERT 629025 1 > test=> select * from pippo; > d > > 21/05/1977 > 27/05/1978 > (2 row

[BUGS] Date represetation bug. Some dates are incorrectly selected

2001-02-27 Thread pgsql-bugs
Gianfranco Pesce ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description Date represetation bug. Some dates are incorrectly selected Long Description Some dates are incorrectly selected from pgsql and from the C preprocessor. The same