From: | "Jeff MacDonald" <jeff(at)interchange(dot)ca> |
---|---|
To: | <patrick(dot)fiche(at)aqsacom(dot)com>, "Postgres List" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: |
Date: | 2002-10-09 15:32:31 |
Message-ID: | HIEGJGDMNIKAMPPDEKBNOEICCCAA.jeff@interchange.ca |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
actuall this worked
xx=> SELECT age('1995-01-01',birthdate::datetime) FROM users where id =343;
so i'm all fixed up now.
> -----Original Message-----
> From: Patrick Fiche [mailto:patrick(dot)fiche(at)aqsacom(dot)com]
> Sent: Wednesday, October 09, 2002 11:10 AM
> To: 'Jeff MacDonald'
> Cc: 'Postgres List'
> Subject: RE: [GENERAL]
>
>
> You could try
> SELECT age( '1995-01-01', CAST( birthdate AS varchar ) )FROM users
>
> Patrick
>
> -----Original Message-----
> From: pgsql-general-owner(at)postgresql(dot)org
> [mailto:pgsql-general-owner(at)postgresql(dot)org]On Behalf Of Jeff MacDonald
> Sent: Wednesday, October 09, 2002 4:42 PM
> To: Postgres List
> Subject: [GENERAL]
>
>
> Hi Folks,
>
> This problem is occuring on pgsql 7.2.1 as well as 7.2.2.
> I have nothing to say except this is VERY weird. Is there something
> evil about 1930-04-27 ?
>
> xxx=>SELECT id,birthdate FROM users WHERE id IN (343,345);
> id | birthdate
> -----+------------
> 343 | 1930-04-27
> 345 | 1963-09-15
> (2 rows)
>
> xxx=> SELECT age('1995-01-01',birthdate) FROM users where id =343;
> ERROR: Unable to convert date to tm
> xxx=> SELECT age('1995-01-01',birthdate) FROM users where id =345;
> age
> -------------------------------
> 31 years 3 mons 16 days 01:00
> (1 row)
>
>
>
> ---
> Jeff MacDonald
> Interchange Technologies
> jeff(at)interchange(dot)ca
> ---
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
From | Date | Subject | |
---|---|---|---|
Next Message | Cristóvão Dalla Costa | 2002-10-09 15:44:02 | backups... |
Previous Message | Ed L. | 2002-10-09 15:24:07 | Backup alternatives |