File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,8 @@ CREATE DATABASE <replaceable class="parameter">name</replaceable>
160
160
<para>
161
161
Can be overridden by setting <xref
162
162
linkend="create-database-lc-collate"/>, <xref
163
- linkend="create-database-lc-ctype"/>, or <xref
163
+ linkend="create-database-lc-ctype"/>, <xref
164
+ linkend="create-database-builtin-locale"/>, or <xref
164
165
linkend="create-database-icu-locale"/> individually.
165
166
</para>
166
167
<para>
Original file line number Diff line number Diff line change @@ -150,6 +150,16 @@ PostgreSQL documentation
150
150
</listitem>
151
151
</varlistentry>
152
152
153
+ <varlistentry>
154
+ <term><option>--builtin-locale=<replaceable class="parameter">locale</replaceable></option></term>
155
+ <listitem>
156
+ <para>
157
+ Specifies the locale name when the builtin provider is used. Locale support
158
+ is described in <xref linkend="locale"/>.
159
+ </para>
160
+ </listitem>
161
+ </varlistentry>
162
+
153
163
<varlistentry>
154
164
<term><option>--icu-locale=<replaceable class="parameter">locale</replaceable></option></term>
155
165
<listitem>
You can’t perform that action at this time.
0 commit comments