Remove TZ environment-variable entry from postgres reference page.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Mar 2016 01:38:15 +0000 (21:38 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Mar 2016 01:38:15 +0000 (21:38 -0400)
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

doc/src/sgml/ref/initdb.sgml
doc/src/sgml/ref/postgres-ref.sgml

index b1067e235058bae655249b1bad20c791494ce3d1..7431f0e9f6c762f9f15909c559fcac331f2d75b1 100644 (file)
@@ -413,6 +413,17 @@ PostgreSQL documentation
      </para>
     </listitem>
    </varlistentry>
+
+   <varlistentry>
+    <term><envar>TZ</envar></term>
+
+    <listitem>
+     <para>
+      Specifies the time zone, using full time zone names, which the created
+      database cluster should use.
+     </para>
+    </listitem>
+   </varlistentry>
   </variablelist>
 
   <para>
index 943a3be00e37e5d367a539673e4a8b923800d1ac..f72743a749242b2f3b754d271454a2cefeb56f9c 100644 (file)
@@ -635,16 +635,6 @@ PostgreSQL documentation
     </listitem>
    </varlistentry>
 
-   <varlistentry>
-    <term><envar>TZ</envar></term>
-
-    <listitem>
-     <para>
-      Server time zone
-     </para>
-    </listitem>
-   </varlistentry>
-
   </variablelist>
  </refsect1>