mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Collation documentation fixes.
Discussion: https://postgr.es/m/9beecdf7-e8c8-4eab-adc7-fa225c2feefd@eisentraut.org
This commit is contained in:
@ -2384,9 +2384,9 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
|
|||||||
<structfield>collprovider</structfield> <type>char</type>
|
<structfield>collprovider</structfield> <type>char</type>
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Provider of the collation: <literal>d</literal> = database
|
Provider of the collation: <literal>d</literal> = database default,
|
||||||
default, <literal>c</literal> = libc, <literal>i</literal> = icu
|
<literal>b</literal> = builtin, <literal>c</literal> = libc,
|
||||||
</para></entry>
|
<literal>i</literal> = icu </para></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
@ -3028,9 +3028,8 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
|
|||||||
<structfield>datlocprovider</structfield> <type>char</type>
|
<structfield>datlocprovider</structfield> <type>char</type>
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Locale provider for this database: <literal>c</literal> = libc,
|
Locale provider for this database: <literal>b</literal> = builtin,
|
||||||
<literal>i</literal> = icu
|
<literal>c</literal> = libc, <literal>i</literal> = icu </para></entry>
|
||||||
</para></entry>
|
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
|
@ -1320,7 +1320,9 @@ SELECT 'w;x*y-z' = 'wxyz' COLLATE num_ignore_punct; -- true
|
|||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry>level4</entry>
|
<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>true</literal></entry>
|
<entry><literal>true</literal></entry>
|
||||||
<entry><literal>false</literal></entry>
|
<entry><literal>false</literal></entry>
|
||||||
|
Reference in New Issue
Block a user