doc PG 17 relnotes: add item about pg_collation column renames
authorBruce Momjian <[email protected]>
Wed, 26 Jun 2024 17:13:46 +0000 (13:13 -0400)
committerBruce Momjian <[email protected]>
Wed, 26 Jun 2024 17:13:46 +0000 (13:13 -0400)
Reported-by: David G. Johnston
Discussion: https://postgr.es/m/CAKFQuwYRw30QaWrSsL57k3L_=zdQ4JTgY9pGnnhm42B7fGJX1A@mail.gmail.com

Backpatch-through: master

doc/src/sgml/release-17.sgml

index b15ed9da073b6f1d6db830dcb317b7c635dcbfb1..dad2c2e7ca47155acfe3346b724e4a0ed6c6d88d 100644 (file)
@@ -275,6 +275,21 @@ Author: Peter Eisentraut <[email protected]>
      </para>
     </listitem>
 
+<!--
+Author: Jeff Davis <[email protected]>
+2024-03-09 [f696c0cd5] Catalog changes preparing for builtin collation provider
+-->
+
+    <listitem>
+     <para>
+     Rename <link
+     linkend="catalog-pg-collation"><structname>pg_collation</structname>.<structfield>colliculocale</structfield></link>
+     to <structfield>colllocale</structfield> and
+     <structname>pg_collation</structname>.<structfield>daticulocale</structfield>
+     to <structfield>datlocale</structfield> (Jeff Davis)
+     </para>
+    </listitem>
+
 <!--
 Author: Masahiko Sawada <[email protected]>
 2024-04-02 [667e65aac] Use TidStore for dead tuple TIDs storage during lazy vac