Re: BUG #11937: Server 2008

Lists: pgsql-bugs
From: dimongrechko(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #11937: Server 2008
Date: 2014-11-11 09:38:09
Message-ID: 20141111093809.2529.46919@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 11937
Logged by: Дмитрий
Email address: dimongrechko(at)gmail(dot)com
PostgreSQL version: Unsupported/Unknown
Operating system: Windows
Description:

Hi.

Sorry for my english.

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".

P.S

http://windowsnotes.ru/other/perexodim-na-zimnee-vremya/

http://interface31.ru/tech_it/2014/10/perevod-chasov-v-rf-26-oktyabrya-2014-goda---problemy-i-resheniya.html


From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: dimongrechko(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #11937: Server 2008
Date: 2014-11-11 12:37:40
Message-ID: CAB7nPqRBB8J2Jw_WVmgTOP7qzoFo9Ld4zRCek9LhwapeAW9pBg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

On Tue, Nov 11, 2014 at 6:38 PM, <dimongrechko(at)gmail(dot)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(at)sss(dot)pgh(dot)pa(dot)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