mirror of
https://github.com/postgres/postgres.git
synced 2026-04-20 22:00:13 -04:00
doc: Add link to how to specify time zone names to initdb man page
This commit is contained in:
parent
af06aa822d
commit
6457ff93fe
1 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue