icu-ordering.patch

text/plain

Filename: icu-ordering.patch
Type: text/plain
Part: 1
Message: Re: PG 12 draft release notes

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: unified
File+
doc/src/sgml/release-12.sgml 3 3
diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml
index 8b668ade0f..20ca5eb569 100644
--- a/doc/src/sgml/release-12.sgml
+++ b/doc/src/sgml/release-12.sgml
@@ -1941,9 +1941,9 @@ Author: Peter Eisentraut <peter@eisentraut.org>
       </para>
 
       <para>
-       This allows case and accent-agnostic equality comparisons using
-       "nondeterministic" collations.  This is only supported for
-       <acronym>ICU</acronym> collations.  MENTION ITS AFFECT ON ORDERING?
+       This allows case and accent-agnostic equality comparisons, such as during
+       an ordering operation, using "nondeterministic" collations.  This is only
+       supported for <acronym>ICU</acronym> collations.
       </para>
      </listitem>