]> granicus.if.org Git - postgresql/commitdiff
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 11484468ddda8449aa015857250377e967ef3f20..f32948c38a24cf5c8231e364b4fc84b7c2153050 100644 (file)
@@ -373,6 +373,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 4e5cd02589c8ebdcdfb68afdb06a492f24e06de6..9e4143f24ae627b318244e0d3d998842868196ec 100644 (file)
@@ -629,16 +629,6 @@ PostgreSQL documentation
     </listitem>
    </varlistentry>
 
-   <varlistentry>
-    <term><envar>TZ</envar></term>
-
-    <listitem>
-     <para>
-      Server time zone
-     </para>
-    </listitem>
-   </varlistentry>
-
   </variablelist>
  </refsect1>