Re: [PATCHES] AT TIME ZONE with full timezones

2005-06-14 Thread Bruce Momjian
Patch applied. Thanks. Doc updates applied too. --- Magnus Hagander wrote: > This patch makes it possible to use the full set of timezones when doing > "AT TIME ZONE", and not just the shorlist previously available. For >

Re: [PATCHES] AT TIME ZONE with full timezones

2005-06-13 Thread Magnus Hagander
> > This patch makes it possible to use the full set of timezones when > > doing "AT TIME ZONE", and not just the shorlist previously > available. > > > Docs updates forthcoming assuming this approach is > considered good ;-) > > Looks reasonable to me, please supply docs. Great. Here is a do

Re: [PATCHES] AT TIME ZONE with full timezones

2005-06-08 Thread Tom Lane
"Magnus Hagander" <[EMAIL PROTECTED]> writes: > This patch makes it possible to use the full set of timezones when doing > "AT TIME ZONE", and not just the shorlist previously available. > Docs updates forthcoming assuming this approach is considered good ;-) Looks reasonable to me, please supply

[PATCHES] AT TIME ZONE with full timezones

2005-06-06 Thread Magnus Hagander
This patch makes it possible to use the full set of timezones when doing "AT TIME ZONE", and not just the shorlist previously available. For example: SELECT CURRENT_TIMESTAMP AT TIME ZONE 'Europe/London'; works fine now. It will also obey whatever DST rules were in effect at just that date, which