doc: Add documentation for pg_database.datlocprovider column
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 23 May 2022 08:31:33 +0000 (10:31 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 23 May 2022 08:31:33 +0000 (10:31 +0200)
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

doc/src/sgml/catalogs.sgml

index d96c72e5310ee3073f7aff9dd981d6b84b23e916..c00c93dd7be67883e11f41b41094cdefff69b8d2 100644 (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>