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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgresql(dot)org
Cc: pgsql-committers(at)postgresql(dot)org, Joachim Wieland <joe(at)mcknight(dot)de>
Subject: Re: pgsql: Remove hard-wired lists of timezone abbreviations in favor of
Date: 2006-07-25 11:59:27
Message-ID: 8239.1153828767@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Michael Fuhr <mike(at)fuhr(dot)org> writes:
> 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?

Ooops... will fix.

Now that I think about it, those files all need a $PostgreSQL$ marker too.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-07-25 13:49:21 pgsql: Add missing @OVERRIDE to 'India' config file, per Michael Fuhr.
Previous Message Michael Fuhr 2006-07-25 06:40:42 Re: pgsql: Remove hard-wired lists of timezone abbreviations in favor of

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2006-07-25 11:59:56 Re: column-level privilege
Previous Message Tom Lane 2006-07-25 11:54:26 Re: Resurrecting per-page cleaner for btree