Arrange for timezone names to be recognized case-insensitively; for
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |