Re: [BUGS] Bug #484: TIMESTAMP arithmetic insconsistencies

2001-10-17 Thread Tom Lane
[EMAIL PROTECTED] writes: > I have found some inconsistencies relating to TIMESTAMP arithmetic. I dug into this a little, and what seems to be causing the inconsistency is a surprising implicit coercion. > select now()-'2001-09-30' where (now()-'2001-09-30') < 50; >> returned 0 rows I did this

[BUGS] Bug #484: TIMESTAMP arithmetic insconsistencies

2001-10-16 Thread pgsql-bugs
Rick Mason ([EMAIL PROTECTED]) reports a bug with a severity of 4 The lower the number the more severe it is. Short Description TIMESTAMP arithmetic insconsistencies Long Description I have found some inconsistencies relating to TIMESTAMP arithmetic. I am not sure if this is a bug, but perhaps