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:03:04 -0500
commit93a5b1ff7842d91e1ce32c44660cc1e3e5a55317 (patch)
tree492c6737b8f03b7530408fac19aa26a7906af729
parentf4ec02c7cfd755be81dc0fe5dd0ccf2d49c2c30d (diff)
downloadpostgresql-93a5b1ff7842d91e1ce32c44660cc1e3e5a55317.tar.gz
postgresql-93a5b1ff7842d91e1ce32c44660cc1e3e5a55317.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>