Fix documentation oversights from 2d819a08a1.

This commit is contained in:
Jeff Davis 2024-03-18 17:13:18 -07:00
parent f9f3fb1cb7
commit bb5604ba9e
2 changed files with 12 additions and 1 deletions

View File

@ -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>

View File

@ -150,6 +150,16 @@ PostgreSQL documentation
</listitem>
</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>