File tree 2 files changed +8
-7
lines changed
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
2384
2384
<structfield>collprovider</structfield> <type>char</type>
2385
2385
</para>
2386
2386
<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>
2390
2390
</row>
2391
2391
2392
2392
<row>
@@ -3028,9 +3028,8 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
3028
3028
<structfield>datlocprovider</structfield> <type>char</type>
3029
3029
</para>
3030
3030
<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>
3034
3033
</row>
3035
3034
3036
3035
<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
1320
1320
</row>
1321
1321
<row>
1322
1322
<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>
1324
1326
<entry><literal>true</literal></entry>
1325
1327
<entry><literal>true</literal></entry>
1326
1328
<entry><literal>false</literal></entry>
You can’t perform that action at this time.
0 commit comments