mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	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:
		@@ -2965,6 +2965,16 @@ SCRAM-SHA-256$<replaceable><iteration count></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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user