aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2014-12-14 20:02:04 -0500
committerPeter Eisentraut <peter_e@gmx.net>2014-12-14 20:02:04 -0500
commit6457ff93feca5b798def2c41786904fe13cc41d1 (patch)
tree23b9144c91ea9ace47a0280463845d84f687a954
parentaf06aa822dbc023f3a103278ec381e1c88d67db1 (diff)
downloadpostgresql-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.sgml5
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>