Skip to content

Commit 8ba34c6

Browse files
committed
Collation documentation fixes.
Discussion: https://postgr.es/m/[email protected]
1 parent 1039352 commit 8ba34c6

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2384,9 +2384,9 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</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>&lt;iteration count&gt;</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>

doc/src/sgml/charset.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)