aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/create_database.sgml3
-rw-r--r--doc/src/sgml/ref/createdb.sgml10
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_database.sgml b/doc/src/sgml/ref/create_database.sgml
index a839a8568cb..233ff1755dd 100644
--- a/doc/src/sgml/ref/create_database.sgml
+++ b/doc/src/sgml/ref/create_database.sgml
@@ -160,7 +160,8 @@ CREATE DATABASE <replaceable class="parameter">name</replaceable>
<para>
Can be overridden by setting <xref
linkend="create-database-lc-collate"/>, <xref
- linkend="create-database-lc-ctype"/>, or <xref
+ linkend="create-database-lc-ctype"/>, <xref
+ linkend="create-database-builtin-locale"/>, or <xref
linkend="create-database-icu-locale"/> individually.
</para>
<para>
diff --git a/doc/src/sgml/ref/createdb.sgml b/doc/src/sgml/ref/createdb.sgml
index d3e815f659c..b6d24261f9d 100644
--- a/doc/src/sgml/ref/createdb.sgml
+++ b/doc/src/sgml/ref/createdb.sgml
@@ -151,6 +151,16 @@ PostgreSQL documentation
</varlistentry>
<varlistentry>
+ <term><option>--builtin-locale=<replaceable class="parameter">locale</replaceable></option></term>
+ <listitem>
+ <para>
+ Specifies the locale name when the builtin provider is used. Locale support
+ is described in <xref linkend="locale"/>.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>--icu-locale=<replaceable class="parameter">locale</replaceable></option></term>
<listitem>
<para>