Fix documentation oversights from 2d819a08a1.
authorJeff Davis <jdavis@postgresql.org>
Tue, 19 Mar 2024 00:13:18 +0000 (17:13 -0700)
committerJeff Davis <jdavis@postgresql.org>
Tue, 19 Mar 2024 00:13:18 +0000 (17:13 -0700)
doc/src/sgml/ref/create_database.sgml
doc/src/sgml/ref/createdb.sgml

index a839a8568cb06b73d35dd696fd9dadba9411b8c9..233ff1755dd2f0bc2077468cbd733f6b625b23b0 100644 (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>
index d3e815f659cb7da59538d7de87f3e838141264ab..b6d24261f9d009f778899439b81e73f74b8bc9a9 100644 (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>