You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Postgres Pro version 9.6 and below, if:
- the maximum length of the database encoding is greater that 1
- and the database locale for collations contains language or country strings
(e.g. "Russian_Russia[.encoding]" or "English_United States[.encoding]")
ICU used the root locale for the default collations. So invalidate indexes and
check constraints that use the database default collation.
P.S. Perhaps it would be safer to rename the database locale for collations in
pg_database, but we could not find the same libc locale for the ICU root locale
:(
0 commit comments