Re: [BUGS] insert of date is wrong

2001-07-25 Thread Tom Lane
[EMAIL PROTECTED] writes: > when I insert the date '1914/01/01' in a column with the 'date' format, the table >returns the value '1913/12/31' Not for me: regression=# create table foo (f1 date); CREATE regression=# regression=# insert into foo values ('1914/01/01'); INSERT 158325 1 regression

[BUGS] insert of date is wrong

2001-07-24 Thread pgsql-bugs
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 in