pgsql: Add SGT (Singapore time) to the default list of known timezone

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add SGT (Singapore time) to the default list of known timezone
Date: 2008-05-01 20:05:09
Message-ID: 20080501200509.30FF87559CC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add SGT (Singapore time) to the default list of known timezone
abbreviations. It doesn't conflict with any other abbreviation
so there seems no reason not to include it. Per a recent gripe.

Modified Files:
--------------
pgsql/src/timezone/tznames:
Default (r1.5 -> r1.6)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/timezone/tznames/Default?r1=1.5&r2=1.6)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-05-02 01:08:27 pgsql: Remove the recently added USE_SEGMENTED_FILES option, and indeed
Previous Message Tom Lane 2008-05-01 19:55:40 pgsql: Make the minimum allowed value of work_mem be 64KB always, rather