File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 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>
160160 <para>
161161 Can be overridden by setting <xref
162162 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
164165 linkend="create-database-icu-locale"/> individually.
165166 </para>
166167 <para>
Original file line number Diff line number Diff line change @@ -150,6 +150,16 @@ PostgreSQL documentation
150150 </listitem>
151151 </varlistentry>
152152
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+
153163 <varlistentry>
154164 <term><option>--icu-locale=<replaceable class="parameter">locale</replaceable></option></term>
155165 <listitem>
You can’t perform that action at this time.
0 commit comments