Tom Lane wrote: > Stefan Kaltenbrunner <[EMAIL PROTECTED]> writes: >> I get a much more useful: > >> WARNING: could not read time zone file "Default": No such file or directory >> FATAL: failed to initialize timezone_abbreviations to "Default" > > Hm, but why would the file not be there? Try hacking it to print the > whole path it's trying to open, maybe that will help.
WARNING: could not read time zone file "/home/pgbuild/devel/pginst/share/postgresql/timezonesets/Default": No such file or directory FATAL: failed to initialize timezone_abbreviations to "Default" WARNING: could not read time zone file "/home/pgbuild/devel/pginst/share/postgresql/timezonesets/Default": No such file or directory FATAL: failed to initialize timezone_abbreviations to "Default" LOG: background writer process (PID 1460) exited with exit code 0 LOG: terminating any other active server processes WARNING: could not read time zone file "/home/pgbuild/devel/pginst/share/postgresql/timezonesets/Default": No such file or directory $ ls -l /home/pgbuild/devel/pginst/share/postgresql/timezonesets/Default -rw-r--r-- 1 pgbuild Administ 28630 Jul 28 20:03 /home/pgbuild/devel/pginst/share/postgresql/timezonesets/Default so it's there but as a msys-virtual path - is that get passed to some win32 function expecting a windows-style path ? Stefan ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq