Re: BUG #2548: Fatal error with timezone

Lists: pgsql-bugs
From: "Ricardo Solanilla" <abasoft(at)ciudad(dot)com(dot)ar>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2548: Fatal error with timezone
Date: 2006-07-24 11:31:00
Message-ID: 200607241131.k6OBV08X057195@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2548
Logged by: Ricardo Solanilla
Email address: abasoft(at)ciudad(dot)com(dot)ar
PostgreSQL version: 8.0.3
Operating system: Windows XP Pro
Description: Fatal error with timezone
Details:

my log show this error, the server stop and never more i could start it, and
reinstall didn't work. (i lost all my databases)

2006-07-21 12:04:10 LOG: unrecognized time zone name:
"America/Buenos_Aires"
2006-07-21 12:04:10 FATAL: invalid value for parameter "TimeZone":
"America/Buenos_Aires"

(no human touch the windows configuration or regional)


From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Ricardo Solanilla" <abasoft(at)ciudad(dot)com(dot)ar>, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #2548: Fatal error with timezone
Date: 2006-08-18 11:36:31
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA35547@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

> Bug reference: 2548
> Logged by: Ricardo Solanilla
> Email address: abasoft(at)ciudad(dot)com(dot)ar
> PostgreSQL version: 8.0.3
> Operating system: Windows XP Pro
> Description: Fatal error with timezone
> Details:
>
> my log show this error, the server stop and never more i could
> start it, and reinstall didn't work. (i lost all my databases)
>
> 2006-07-21 12:04:10 LOG: unrecognized time zone name:
> "America/Buenos_Aires"
> 2006-07-21 12:04:10 FATAL: invalid value for parameter "TimeZone":
> "America/Buenos_Aires"
>
> (no human touch the windows configuration or regional)

Interesting.
Does the file America\Buenos_Aires exist within your
PostgreSQL\share\timezone directory?

//Magnus