Re: [BUGS] date function 'age' problem
> osk=> select age('2001-03-29','2001-03-01'); > --- > 27 days 23:00 > osk=> select age('2002-03-29','2002-03-01'); > --- > 1 mon > osk=> select version(); > PostgreSQL 7.1.3 on i686-pc-linux-gnu, compiled by GCC 2.95.4 ... > look at the difference betwen results of execution fu
[BUGS] date function 'age' problem
hello i've got the following error: here is the output: ### osk=> select age('2001-03-29','2001-03-01'); age --- 27 days 23:00 (1 row) osk=> select age('2002-03-29','2002-03-01'); age --- 1 mon (1 row