File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -2384,9 +2384,9 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
23842384 <structfield>collprovider</structfield> <type>char</type>
23852385 </para>
23862386 <para>
2387- Provider of the collation: <literal>d</literal> = database
2388- default, <literal>c </literal> = libc , <literal>i </literal> = icu
2389- </para></entry>
2387+ Provider of the collation: <literal>d</literal> = database default,
2388+ <literal>b </literal> = builtin , <literal>c </literal> = libc,
2389+ <literal>i</literal> = icu </para></entry>
23902390 </row>
23912391
23922392 <row>
@@ -3028,9 +3028,8 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
30283028 <structfield>datlocprovider</structfield> <type>char</type>
30293029 </para>
30303030 <para>
3031- Locale provider for this database: <literal>c</literal> = libc,
3032- <literal>i</literal> = icu
3033- </para></entry>
3031+ Locale provider for this database: <literal>b</literal> = builtin,
3032+ <literal>c</literal> = libc, <literal>i</literal> = icu </para></entry>
30343033 </row>
30353034
30363035 <row>
Original file line number Diff line number Diff line change @@ -1320,7 +1320,9 @@ SELECT 'w;x*y-z' = 'wxyz' COLLATE num_ignore_punct; -- true
13201320 </row>
13211321 <row>
13221322 <entry>level4</entry>
1323- <entry>Punctuation</entry>
1323+ <entry>Punctuation<footnote><para>only with
1324+ <literal>ka-shifted</literal>; see <xref
1325+ linkend="icu-collation-settings-table"/></para></footnote></entry>
13241326 <entry><literal>true</literal></entry>
13251327 <entry><literal>true</literal></entry>
13261328 <entry><literal>false</literal></entry>
You can’t perform that action at this time.
0 commit comments