Re: BUG #13267: Some timezones in pg_timezone_names are missing in pg_timezone_abbrevs - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #13267: Some timezones in pg_timezone_names are missing in pg_timezone_abbrevs
Date
Msg-id 25209.1431355052@sss.pgh.pa.us
Whole thread Raw
In response to BUG #13267: Some timezones in pg_timezone_names are missing in pg_timezone_abbrevs  (berend.de.schouwer@gmail.com)
Responses Re: BUG #13267: Some timezones in pg_timezone_names are missing in pg_timezone_abbrevs  (Berend De Schouwer <berend.de.schouwer@gmail.com>)
List pgsql-bugs
berend.de.schouwer@gmail.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

pgsql-bugs by date:

Previous
From: piotr.findeisen@gmail.com
Date:
Subject: BUG #13269: "alter constraint child_parent deferrable initially deferred" sometimes does not make FK deferred
Next
From: Tom Lane
Date:
Subject: Re: BUG #13269: "alter constraint child_parent deferrable initially deferred" sometimes does not make FK deferred