diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2014-12-14 20:02:04 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2014-12-14 20:02:04 -0500 |
commit | 6457ff93feca5b798def2c41786904fe13cc41d1 (patch) | |
tree | 23b9144c91ea9ace47a0280463845d84f687a954 | |
parent | af06aa822dbc023f3a103278ec381e1c88d67db1 (diff) | |
download | postgresql-6457ff93feca5b798def2c41786904fe13cc41d1.tar.gz postgresql-6457ff93feca5b798def2c41786904fe13cc41d1.zip |
doc: Add link to how to specify time zone names to initdb man page
-rw-r--r-- | doc/src/sgml/ref/initdb.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index 807bec487a1..4e339ecce85 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -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> |