[Rt-commit] rt branch, 4.4/document-postgres-orderby, created. rt-4.4.4-292-gfd088d2da6

Jim Brandt jbrandt at bestpractical.com
Fri Mar 26 14:24:31 EDT 2021


The branch, 4.4/document-postgres-orderby has been created
        at  fd088d2da671116161177e84141cf068fde66106 (commit)

- Log -----------------------------------------------------------------
commit fd088d2da671116161177e84141cf068fde66106
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Mar 26 14:23:45 2021 -0400

    Document different sorting based on Postgresql local setting

diff --git a/README.PostgreSQL b/README.PostgreSQL
new file mode 100644
index 0000000000..4bf3252cb1
--- /dev/null
+++ b/README.PostgreSQL
@@ -0,0 +1,12 @@
+Locale and sorting behavior (order by)
+--------------------------------------
+
+The sorting behavior in the PostgreSQL database, and therefore in RT,
+can change depending on the locale settings. RT is commonly run with
+locales like en_US.UTF-8, en_GB.UTF-8, etc., which will process sort
+order in a case-insensitive way. Other locales, like C.UTF-8, are
+case sensitive. If you see unexpected sort order in RT, either after
+an initial installation or after an upgrade, confirm that the locale
+is set correctly.
+
+More information: https://www.postgresql.org/docs/12/locale.html

-----------------------------------------------------------------------


More information about the rt-commit mailing list