From: Peter Eisentraut Date: Mon, 15 Dec 2014 01:02:04 +0000 (-0500) Subject: doc: Add link to how to specify time zone names to initdb man page X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=93a5b1ff7842d91e1ce32c44660cc1e3e5a55317;p=users%2Fheikki%2Fpostgres.git doc: Add link to how to specify time zone names to initdb man page --- diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index 807bec487a..4e339ecce8 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -419,8 +419,9 @@ PostgreSQL documentation - 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 ).