Re: pgsql: Remove hard-wired lists of timezone abbreviations in favor of - Mailing list pgsql-committers

From Michael Fuhr
Subject Re: pgsql: Remove hard-wired lists of timezone abbreviations in favor of
Date
Msg-id 20060725064042.GA1474@winnie.fuhr.org
Whole thread Raw
In response to pgsql: Remove hard-wired lists of timezone abbreviations in favor of  (tgl@postgresql.org (Tom Lane))
Responses Re: pgsql: Remove hard-wired lists of timezone abbreviations in favor of
List pgsql-committers
On Tue, Jul 25, 2006 at 12:51:23AM -0300, Tom Lane wrote:
> Remove hard-wired lists of timezone abbreviations in favor of providing
> configuration files that can be altered by a DBA.

test=> set timezone_abbreviations to 'India';
WARNING:  time zone abbreviation "ist" is multiply defined
DETAIL:  Time zone file "Default", line 282 conflicts with file "India", line 11.
ERROR:  invalid value for parameter "timezone_abbreviations": "India"

Should the India file have @OVERRIDE?

--
Michael Fuhr

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Done: > o -Allow customization of the known set of TZ names
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add missing @OVERRIDE to 'India' config file, per Michael Fuhr.