1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-04 12:42:24 +03:00

Collation documentation fixes.

Discussion: https://postgr.es/m/9beecdf7-e8c8-4eab-adc7-fa225c2feefd@eisentraut.org
This commit is contained in:
Jeff Davis 2024-06-06 16:40:03 -07:00
parent 1039352e10
commit 8ba34c698d
2 changed files with 8 additions and 7 deletions

View 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>

View 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>