Remove TZ environment-variable entry from postgres reference page.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c3834ef9e8abaca54ae542eac960f96e9fecc9a8
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-03-30T01:38:41Z
Releases: 9.6.0
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

Files

PathChange+/−
doc/src/sgml/ref/postgres-ref.sgml modified +0 −10

Documentation touched