Marcos ([EMAIL PROTECTED]) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
insert of date is wrong

Long Description
when I insert the date '1914/01/01' in a column with the 'date' format, the table 
returns the value '1913/12/31'



Sample Code
insert into d values ('1914/01/01');
select * from d;
this command return : '1913/12/31'

No file was uploaded with this report


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Reply via email to