| From: | "Jaime Casanova" <systemguards(at)gmail(dot)com> |
|---|---|
| To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | month abreviation |
| Date: | 2007-06-21 03:10:59 |
| Message-ID: | c2d9e70e0706202010p1e19672am3bde8d988811106f@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
I got this answer in my
version
-------------------------------------------------------------------------------------------------------------------
PostgreSQL 8.3devel on i686-pc-linux-gnu, compiled by GCC gcc (GCC)
4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
(1 row)
note the month abreviation (mons?) is this intentional?
sgerp=# select age(current_date, '1979-08-15'::date);
age
-------------------------
27 years 10 mons 5 days
(1 row)
--
Atentamente,
Jaime Casanova
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook
| From | Date | Subject | |
|---|---|---|---|
| Next Message | ITAGAKI Takahiro | 2007-06-21 03:27:22 | Re: DROP TABLE and autovacuum |
| Previous Message | Kevin Grittner | 2007-06-20 22:45:51 | Re: GUC time unit spelling a bit inconsistent |