"j.random.programmer" <[EMAIL PROTECTED]> writes: > This is a regression bug between 8.1.4 and 8.1.5
> '2006-10-20 00:00:00' + interval '5' second No, I don't think so. Every PG release back to the beginning of time will think that is an interval + interval addition. That's one of the system's basic heuristics for resolving the type of unmarked string literals: if it's in a binary operator expression, assume it's the same as the known type on the other side of the operator. The only way it would act differently would be if there was no interval + interval operator, but one has existed since at least 7.0 (the oldest version I have handy to check). regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings