Arrange for timezone names to be recognized case-insensitively; for

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0b35b01e7ab0bae4eca85d434f884259e3187bcd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-10-16T19:58:27Z
Releases: 8.2.0
Arrange for timezone names to be recognized case-insensitively; for
example SET TIME ZONE 'america/new_york' works now.  This seems a good
idea on general user-friendliness grounds, and is part of the solution
to the timestamp-input parsing problems I noted recently.

Files

PathChange+/−
doc/src/sgml/datatype.sgml modified +13 −7
src/timezone/localtime.c modified +9 −34
src/timezone/pgtz.c modified +159 −28
src/timezone/pgtz.h modified +9 −4
src/timezone/zic.c modified +5 −5