Skip to content

Commit 09ed73f

Browse files
committed
doc: Add documentation for pg_database.datlocprovider column
This was apparently missed in the original commit. Author: Shinoda, Noriyoshi (PN Japan FSIP) <noriyoshi.shinoda@hpe.com> Discussion: https://www.postgresql.org/message-id/flat/DM4PR84MB1734BA51BC8B08CF3FA239BBEED49%40DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM
1 parent 9520f8d commit 09ed73f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2965,6 +2965,16 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
29652965
</para></entry>
29662966
</row>
29672967

2968+
<row>
2969+
<entry role="catalog_table_entry"><para role="column_definition">
2970+
<structfield>datlocprovider</structfield> <type>char</type>
2971+
</para>
2972+
<para>
2973+
Locale provider for this database: <literal>c</literal> = libc,
2974+
<literal>i</literal> = icu
2975+
</para></entry>
2976+
</row>
2977+
29682978
<row>
29692979
<entry role="catalog_table_entry"><para role="column_definition">
29702980
<structfield>datistemplate</structfield> <type>bool</type>

0 commit comments

Comments
 (0)