Arrange for timezone names to be recognized case-insensitively; for
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 16 Oct 2006 19:58:27 +0000 (19:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 16 Oct 2006 19:58:27 +0000 (19:58 +0000)
commit284dd6d7e9f7cd857f040b43bf37e83e62eb61cd
tree2bd76ae209eb65016566f56dcf074c6bff239715
parent8661f2f4d0ed1f4d5afec094ddb4a1584a4ec9db
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.
doc/src/sgml/datatype.sgml
src/timezone/localtime.c
src/timezone/pgtz.c
src/timezone/pgtz.h
src/timezone/zic.c