mirror of
https://github.com/postgres/postgres.git
synced 2026-02-22 01:11:05 -05:00
Remove TZ environment-variable entry from postgres reference page.
The server hasn't paid attention to the TZ environment variable since commitca4af308c3, but that commit missed removing this documentation reference, as did commitd883b916a9which added the reference where it now belongs (initdb). Back-patch to 9.2 where the behavior changed. Also back-patchd883b916a9as needed. Matthew Somerville
This commit is contained in:
parent
11cc7bb882
commit
cbf4f6bb34
2 changed files with 11 additions and 10 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -635,16 +635,6 @@ PostgreSQL documentation
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><envar>TZ</envar></term>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Server time zone
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue