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

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Tom Lane <tgl(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Remove hard-wired lists of timezone abbreviations in favor of
Date: 2006-07-25 06:40:42
Message-ID: 20060725064042.GA1474@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-07-25 11:59:27 Re: pgsql: Remove hard-wired lists of timezone abbreviations in favor of
Previous Message Bruce Momjian 2006-07-25 04:11:25 pgsql: Done: > o -Allow customization of the known set of TZ names

Browse pgsql-hackers by date

  From Date Subject
Next Message Albe Laurenz 2006-07-25 06:48:34 Re: Units in postgresql.conf -- How to report?
Previous Message Luke Lonergan 2006-07-25 05:58:26 Re: On-disk bitmap index patch