1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +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>
<para>
Specifies the time zone, using full time zone names, which the created
database cluster should use.
Specifies the default time zone of the created database cluster. The
value should be a full time zone name
(see <xref linkend="datatype-timezones">).
</para>
</listitem>
</varlistentry>