=?utf-8?Q?Dagfinn_Ilmari_Manns=C3=A5ker?= <ilm...@ilmari.org> writes: > I just noticed I left out the = in the match check, here's an updated > patch that fixes that.
Hmm .... is that actually going to be useful in that form? Most time zone names contain slashes and will therefore require single-quoting. I think you might need pushups comparable to COMPLETE_WITH_ENUM_VALUE. Also, personally, I'd rather not smash the names to lower case. I think that's a significant decrement of readability. regards, tom lane