| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Joachim Wieland <joe(at)mcknight(dot)de> |
| Cc: | Martijn van Oosterhout <kleptog(at)svana(dot)org>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: timezones to own config file |
| Date: | 2006-06-14 21:40:47 |
| Message-ID: | 4046.1150321247@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Joachim Wieland <joe(at)mcknight(dot)de> writes:
> Getting a list of active timezones could be easily done
> with a system view but you might not want to promise its existence when you
> think about moving the whole thing to a system catalog later...
A read-only view wouldn't be a bad idea, actually, for both the
long-form TZ names and the abbreviations. It'd be easy to cons one
up the same way as our other views based on functions. Doesn't even
need to be in core, could be contrib, if there's doubts about its
usefulness.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Luke Lonergan | 2006-06-14 21:45:07 | Re: Multi-byte and client side character encoding |
| Previous Message | Bruce Momjian | 2006-06-14 21:36:25 | Re: COPY view |