aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/createdb.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/createdb.sgml')
-rw-r--r--doc/src/sgml/ref/createdb.sgml5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/createdb.sgml b/doc/src/sgml/ref/createdb.sgml
index e23419ba6cb..e4647d5ce71 100644
--- a/doc/src/sgml/ref/createdb.sgml
+++ b/doc/src/sgml/ref/createdb.sgml
@@ -124,7 +124,10 @@ PostgreSQL documentation
<listitem>
<para>
Specifies the locale to be used in this database. This is equivalent
- to specifying both <option>--lc-collate</option> and <option>--lc-ctype</option>.
+ to specifying <option>--lc-collate</option>,
+ <option>--lc-ctype</option>, and <option>--icu-locale</option> to the
+ same value. Some locales are only valid for ICU and must be set with
+ <option>--icu-locale</option>.
</para>
</listitem>
</varlistentry>