aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorJeff Davis <jdavis@postgresql.org>2024-03-18 17:13:18 -0700
committerJeff Davis <jdavis@postgresql.org>2024-03-18 17:13:18 -0700
commitbb5604ba9e53e3a0fb9967f960e36cff4d36b0ab (patch)
tree5f8738a96bc99a8d073951a314f0eb47938b288b /doc/src
parentf9f3fb1cb71a6cf28283a8cc3185599ec0ce94d3 (diff)
downloadpostgresql-bb5604ba9e53e3a0fb9967f960e36cff4d36b0ab.tar.gz
postgresql-bb5604ba9e53e3a0fb9967f960e36cff4d36b0ab.zip
Fix documentation oversights from 2d819a08a1.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/create_database.sgml3
-rw-r--r--doc/src/sgml/ref/createdb.sgml10
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_database.sgml b/doc/src/sgml/ref/create_database.sgml
index a839a8568cb..233ff1755dd 100644
--- a/doc/src/sgml/ref/create_database.sgml
+++ b/doc/src/sgml/ref/create_database.sgml
@@ -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>
diff --git a/doc/src/sgml/ref/createdb.sgml b/doc/src/sgml/ref/createdb.sgml
index d3e815f659c..b6d24261f9d 100644
--- a/doc/src/sgml/ref/createdb.sgml
+++ b/doc/src/sgml/ref/createdb.sgml
@@ -151,6 +151,16 @@ PostgreSQL documentation
</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>
<para>