Collation documentation fixes.
authorJeff Davis <[email protected]>
Thu, 6 Jun 2024 23:40:03 +0000 (16:40 -0700)
committerJeff Davis <[email protected]>
Thu, 6 Jun 2024 23:40:03 +0000 (16:40 -0700)
Discussion: https://postgr.es/m/9beecdf7-e8c8-4eab-adc7-fa225c2feefd@eisentraut.org

doc/src/sgml/catalogs.sgml
doc/src/sgml/charset.sgml

index 15f6255d865cf60555a6aa0a3aa4c9773211108a..2f52e70b48e8d5ee89d08afcdc984cc98bad73ae 100644 (file)
@@ -2384,9 +2384,9 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
        <structfield>collprovider</structfield> <type>char</type>
       </para>
       <para>
-       Provider of the collation: <literal>d</literal> = database
-       default, <literal>c</literal> = libc, <literal>i</literal> = icu
-      </para></entry>
+       Provider of the collation: <literal>d</literal> = database default,
+       <literal>b</literal> = builtin, <literal>c</literal> = libc,
+       <literal>i</literal> = icu </para></entry>
      </row>
 
      <row>
@@ -3028,9 +3028,8 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
        <structfield>datlocprovider</structfield> <type>char</type>
       </para>
       <para>
-       Locale provider for this database: <literal>c</literal> = libc,
-       <literal>i</literal> = icu
-      </para></entry>
+       Locale provider for this database: <literal>b</literal> = builtin,
+       <literal>c</literal> = libc, <literal>i</literal> = icu </para></entry>
      </row>
 
      <row>
index daf671e620545c931035d16068c22c303215d4e0..834cb30c85a19290ce5fc1222ca879c2c5f54eb4 100644 (file)
@@ -1320,7 +1320,9 @@ SELECT 'w;x*y-z' = 'wxyz' COLLATE num_ignore_punct; -- true
         </row>
         <row>
          <entry>level4</entry>
-         <entry>Punctuation</entry>
+         <entry>Punctuation<footnote><para>only with
+         <literal>ka-shifted</literal>; see <xref
+         linkend="icu-collation-settings-table"/></para></footnote></entry>
          <entry><literal>true</literal></entry>
          <entry><literal>true</literal></entry>
          <entry><literal>false</literal></entry>