Re: question about age()

From: Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: question about age()
Date: 2013-08-29 19:30:25
Message-ID: 20130829193025.GM3531@hermes.hilbert.loc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Aug 29, 2013 at 09:11:07PM +0200, Andreas Kretschmer wrote:

> test=*# select * from birthday where age(birthday) != age (current_date-1, birthday);
> id | birthday
> ----+----------
> (0 rows)
>
> '3 years' != '2 years 11 mons 30 days', but i got 0 rows, why?

What does

select age(birthday) = age (current_date-1, birthday) from birthday;

say ?
--
GPG key ID E4071346 @ gpg-keyserver.de
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2013-08-29 19:53:57 Re: question about age()
Previous Message Andreas Kretschmer 2013-08-29 19:11:07 question about age()