pgsql: Add: > o Allow timezone names in SQL strings, '2006-05-24 21:11

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add: > o Allow timezone names in SQL strings, '2006-05-24 21:11
Date: 2006-05-29 23:29:38
Message-ID: 20060529232938.CE6269FA6A2@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add:

> o Allow timezone names in SQL strings, '2006-05-24 21:11
> Americas/New_York'::timestamptz

Modified Files:
--------------
pgsql/doc:
TODO (r1.1827 -> r1.1828)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1827&r2=1.1828)
pgsql/doc/src/FAQ:
TODO.html (r1.330 -> r1.331)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.330&r2=1.331)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-05-30 00:50:37 python - ctl: Extend get_parameters to take no arguments and an
Previous Message Bruce Momjian 2006-05-29 19:52:46 pgsql: Add PQclear() calls, for completeness (exits shortly anyway).