Re: [BUGS] BUG #4935: Weird input syntax for intervals, part 2

2009-07-23 Thread Tom Lane
"Frank Spies" writes: > After finding out that bug #4918 was already fixed in 8.4 release, I played > around with the interval input syntax in 8.4 and found that > '2.5' year > is not the same as > '2.5 year' > in release 8.4: I don't think this is a bug. The former case specifies (per SQL sta

[BUGS] BUG #4935: Weird input syntax for intervals, part 2

2009-07-23 Thread Frank Spies
The following bug has been logged online: Bug reference: 4935 Logged by: Frank Spies Email address: frank.sp...@biotronik.com PostgreSQL version: 8.4 Operating system: Linux Description:Weird input syntax for intervals, part 2 Details: After finding out that bug #49