Re: timezone change not in changelog ? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: timezone change not in changelog ?
Date
Msg-id 19317.1350481877@sss.pgh.pa.us
Whole thread Raw
In response to timezone change not in changelog ?  (Laurent Laborde <kerdezixe@gmail.com>)
List pgsql-hackers
Laurent Laborde <kerdezixe@gmail.com> writes:
> Friendly greetings !
> There is a change between 9.1 and 9.2 that doesn't seems to be in the
> changelog :
> http://www.postgresql.org/docs/9.2/static/runtime-config-client.html#GUC-TIMEZONE
> http://www.postgresql.org/docs/9.1/static/runtime-config-client.html#GUC-TIMEZONE

ITYM this:
     <listitem>      <para>       Identify the server time zone during <application>initdb</>, and set
<filename>postgresql.conf</filename>entries       <link linkend="guc-timezone"><varname>timezone</></link> and
<linklinkend="guc-log-timezone"><varname>log_timezone</></link>       accordingly (Tom Lane)      </para>
 
      <para>       This avoids expensive time zone probes during server start.      </para>     </listitem>
        regards, tom lane



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Doc patch "only relevant" -> "relevant only"
Next
From: Merlin Moncure
Date:
Subject: Re: [PATCH] Enforce that INSERT...RETURNING preserves the order of multi rows