diff options
author | Magnus Hagander | 2014-11-16 14:48:30 +0000 |
---|---|---|
committer | Magnus Hagander | 2014-11-16 14:48:47 +0000 |
commit | d883b916a947a3c6b1b88d386d5add62862bf8cf (patch) | |
tree | dfcbd162976c544230b19974b60f3ec8cf15217d | |
parent | 386c9b73839bd4cae489451122801c31496d20e8 (diff) |
Mention the TZ environment variable for initdb
Daniel Gustafsson
-rw-r--r-- | doc/src/sgml/ref/initdb.sgml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index 228edf75da..807bec487a 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -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> |