diff options
-rw-r--r-- | doc/src/sgml/ref/initdb.sgml | 11 | ||||
-rw-r--r-- | doc/src/sgml/ref/postgres-ref.sgml | 10 |
2 files changed, 11 insertions, 10 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index b1067e23505..7431f0e9f6c 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> diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml index 943a3be00e3..f72743a7492 100644 --- a/doc/src/sgml/ref/postgres-ref.sgml +++ b/doc/src/sgml/ref/postgres-ref.sgml @@ -635,16 +635,6 @@ PostgreSQL documentation </listitem> </varlistentry> - <varlistentry> - <term><envar>TZ</envar></term> - - <listitem> - <para> - Server time zone - </para> - </listitem> - </varlistentry> - </variablelist> </refsect1> |