On Thu, Sep 12, 2019 at 11:30 AM Peter Geoghegan <p...@bowt.ie> wrote: > I wonder if it's possible to display a localized version of the > display string in the NOTICE message? Does that work, or could it? For > example, do you see the message in French?
BTW, I already know for sure that ICU supports localized display names. The question is whether or not this patch can take advantage of that. The way that we use display name in pg_import_system_collations() is an ugly hack. It insists on only storing ASCII-safe strings in pg_collation. -- Peter Geoghegan