pgsql: Remove TZ environment-variable entry from postgres reference pag

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove TZ environment-variable entry from postgres reference pag
Date: 2016-03-30 01:38:54
Message-ID: E1al55y-0004wi-3v@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove TZ environment-variable entry from postgres reference page.

The server hasn't paid attention to the TZ environment variable since
commit ca4af308c32d03db, but that commit missed removing this documentation
reference, as did commit d883b916a947a3c6 which added the reference where
it now belongs (initdb).

Back-patch to 9.2 where the behavior changed. Also back-patch
d883b916a947a3c6 as needed.

Matthew Somerville

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/cbf4f6bb34fc77f6698ff036e16e0739357cedd0

Modified Files
--------------
doc/src/sgml/ref/initdb.sgml | 11 +++++++++++
doc/src/sgml/ref/postgres-ref.sgml | 10 ----------
2 files changed, 11 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-03-30 01:39:44 Re: pgsql: Add new replication mode synchronous_commit = 'remote_apply'.
Previous Message Michael Paquier 2016-03-30 01:37:17 Re: pgsql: Add new replication mode synchronous_commit = 'remote_apply'.