Re: BUG #11937: Server 2008 - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: BUG #11937: Server 2008
Date
Msg-id CAB7nPqRBB8J2Jw_WVmgTOP7qzoFo9Ld4zRCek9LhwapeAW9pBg@mail.gmail.com
Whole thread Raw
In response to BUG #11937: Server 2008  (dimongrechko@gmail.com)
List pgsql-bugs
On Tue, Nov 11, 2014 at 6:38 PM,  <dimongrechko@gmail.com> wrote:
> We have a probleem with new timezones in Russian Federation. Windows
> knows about new RTZ zones (I need RTZ 7), but postgres does'n vave this.
> I see, thet latest version of postgreSQL does'n support this. Pleas tell me
> how to solve this problemm, we have a replication of DB using "PostgreSQL
> 9.3.4, compiled by Visual C++ build 1600, 64-bit".
You will need to wait for 9.3.6 and then do a minor upgrade, the new
Russian timezones have been updated by this recent commit:

commit: c66199151c78c546f92744de5023b79b84f954cf
author: Tom Lane <tgl@sss.pgh.pa.us>
date: Sat, 4 Oct 2014 14:18:33 -0400
Update time zone data files to tzdata release 2014h.

Most zones in the Russian Federation are subtracting one or two hours
as of 2014-10-26.  Update the meanings of the abbreviations IRKT, KRAT,
MAGT, MSK, NOVT, OMST, SAKT, VLAT, YAKT, YEKT to match.

Regards,
--
Michael

pgsql-bugs by date:

Previous
From: dimongrechko@gmail.com
Date:
Subject: BUG #11937: Server 2008
Next
From: Michael Paquier
Date:
Subject: Re: [DOCS] BUG #11661: CASE ELSE is evaluated although condition is true