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
This commit is contained in:
Peter Eisentraut 2022-05-23 10:31:33 +02:00
parent 9520f8d92a
commit 09ed73f1a4
1 changed files with 10 additions and 0 deletions

View File

@ -2965,6 +2965,16 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
</para></entry>
</row>
<row>
<entry role="catalog_table_entry"><para role="column_definition">
<structfield>datlocprovider</structfield> <type>char</type>
</para>
<para>
Locale provider for this database: <literal>c</literal> = libc,
<literal>i</literal> = icu
</para></entry>
</row>
<row>
<entry role="catalog_table_entry"><para role="column_definition">
<structfield>datistemplate</structfield> <type>bool</type>