Re: BUG #13267: Some timezones in pg_timezone_names are missing in pg_timezone_abbrevs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: berend(dot)de(dot)schouwer(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #13267: Some timezones in pg_timezone_names are missing in pg_timezone_abbrevs
Date: 2015-05-11 14:37:32
Message-ID: 25209.1431355052@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

berend(dot)de(dot)schouwer(at)gmail(dot)com writes:
> Some timezone abbreviations are missing in Postgresql. For example, 'CAT'
> (Central African Time)

CAT is not in the default abbreviation set, but if you have a need for
it, you can add it to the set of abbreviations accepted by the server. See
http://www.postgresql.org/docs/9.3/static/datetime-config-files.html

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2015-05-11 14:41:39 Re: BUG #13269: "alter constraint child_parent deferrable initially deferred" sometimes does not make FK deferred
Previous Message piotr.findeisen 2015-05-11 13:55:09 BUG #13269: "alter constraint child_parent deferrable initially deferred" sometimes does not make FK deferred