Skip to content

Commit cbf4f6b

Browse files
committed
Remove TZ environment-variable entry from postgres reference page.
The server hasn't paid attention to the TZ environment variable since commit ca4af30, but that commit missed removing this documentation reference, as did commit d883b91 which added the reference where it now belongs (initdb). Back-patch to 9.2 where the behavior changed. Also back-patch d883b91 as needed. Matthew Somerville
1 parent 11cc7bb commit cbf4f6b

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

doc/src/sgml/ref/initdb.sgml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,17 @@ PostgreSQL documentation
413413
</para>
414414
</listitem>
415415
</varlistentry>
416+
417+
<varlistentry>
418+
<term><envar>TZ</envar></term>
419+
420+
<listitem>
421+
<para>
422+
Specifies the time zone, using full time zone names, which the created
423+
database cluster should use.
424+
</para>
425+
</listitem>
426+
</varlistentry>
416427
</variablelist>
417428

418429
<para>

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -635,16 +635,6 @@ PostgreSQL documentation
635635
</listitem>
636636
</varlistentry>
637637

638-
<varlistentry>
639-
<term><envar>TZ</envar></term>
640-
641-
<listitem>
642-
<para>
643-
Server time zone
644-
</para>
645-
</listitem>
646-
</varlistentry>
647-
648638
</variablelist>
649639
</refsect1>
650640

0 commit comments

Comments
 (0)