Re: [PATCHES] OS timezone files support

2007-03-23 Thread Zdenek Kotala
Tom Lane wrote: Zdenek Kotala <[EMAIL PROTECTED]> writes: Tom Lane wrote: I certainly don't see the point of the implementation as you have it --- it adds a great deal of unnecessary infrastructure compared to just installing a symlink at share/postgresql/timezone. The point of my solution is

Re: [PATCHES] OS timezone files support

2007-03-22 Thread Zdenek Kotala
Magnus Hagander wrote: Tom Lane wrote: Zdenek Kotala <[EMAIL PROTECTED]> writes: This patch brings possibility to switch from default build-in timezone to another timezone source - typically to OS timezone location. It was discussed few weeks ago: http://archives.postgresql.org/pgsql-hackers/2

Re: [PATCHES] OS timezone files support

2007-03-22 Thread Tom Lane
Zdenek Kotala <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> I certainly don't see the point of the implementation as you have it >> --- it adds a great deal of unnecessary infrastructure compared to just >> installing a symlink at share/postgresql/timezone. > The point of my solution is that al

Re: [PATCHES] OS timezone files support

2007-03-22 Thread Zdenek Kotala
Tom Lane wrote: Zdenek Kotala <[EMAIL PROTECTED]> writes: This patch brings possibility to switch from default build-in timezone to another timezone source - typically to OS timezone location. It was discussed few weeks ago: http://archives.postgresql.org/pgsql-hackers/2007-03/msg00784.php

Re: [PATCHES] OS timezone files support

2007-03-22 Thread Magnus Hagander
Tom Lane wrote: > Zdenek Kotala <[EMAIL PROTECTED]> writes: >> This patch brings possibility to switch from default build-in timezone >> to another timezone source - typically to OS timezone location. > >> It was discussed few weeks ago: >> http://archives.postgresql.org/pgsql-hackers/2007-03/msg

Re: [PATCHES] OS timezone files support

2007-03-22 Thread Tom Lane
Zdenek Kotala <[EMAIL PROTECTED]> writes: > This patch brings possibility to switch from default build-in timezone > to another timezone source - typically to OS timezone location. > It was discussed few weeks ago: > http://archives.postgresql.org/pgsql-hackers/2007-03/msg00784.php AFAIR, the co