1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

doc: Add link to how to specify time zone names to initdb man page

This commit is contained in:
Peter Eisentraut
2014-12-14 20:02:04 -05:00
parent f4ec02c7cf
commit 93a5b1ff78

View File

@ -419,8 +419,9 @@ PostgreSQL documentation
<listitem> <listitem>
<para> <para>
Specifies the time zone, using full time zone names, which the created Specifies the default time zone of the created database cluster. The
database cluster should use. value should be a full time zone name
(see <xref linkend="datatype-timezones">).
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>