Skip to content

Commit bb5604b

Browse files
committed
Fix documentation oversights from 2d819a0.
1 parent f9f3fb1 commit bb5604b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

doc/src/sgml/ref/create_database.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

doc/src/sgml/ref/createdb.sgml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)