| From: | "Zwettler Markus (OIZ)" <markus(dot)zwettler(at)zuerich(dot)ch> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org> |
| Subject: | AW: AW: [Extern] Re: ICU database? |
| Date: | 2026-08-05 15:01:58 |
| Message-ID: | GV0P278MB0099FBFB2C487B8B5E6265B78BD32@GV0P278MB0099.CHEP278.PROD.OUTLOOK.COM |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
My LANG setting already is "LANG=de_CH.utf-8" while I do:
initdb --locale-provider=icu --icu-locale=de-CH-x-icu -D /path/to/
> -----Ursprüngliche Nachricht-----
> Von: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> Gesendet: Mittwoch, 5. August 2026 16:57
> An: Zwettler Markus (OIZ) <markus(dot)zwettler(at)zuerich(dot)ch>
> Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>; pgsql-
> general(at)lists(dot)postgresql(dot)org
> Betreff: Re: AW: [Extern] Re: ICU database?
>
> "Zwettler Markus (OIZ)" <markus(dot)zwettler(at)zuerich(dot)ch> writes:
> > Name | Owner | Encoding | Locale Provider | Collate | Ctype |
> > Locale | ICU Rules | Access privileges
> >
> > -----------+----------+----------+-----------------+---------+-------
> > +-------------+-----------+-----------------------
> >
> > eng001 | dbowner | UTF8 | icu | C | C |
> > de-CH-x-icu | | =CTc/dbowner +
> >
> > | | | | | |
> > | | dbowner=CTc/dbowner
>
> I believe those columns reflect the libc locale settings that are being used. They
> don't affect behavior that is driven by ICU ...
> but not everything is. You would likely want to set LANG=de_DE or the like during
> initdb, along with specifying the ICU locale.
>
> regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Laurenz Albe | 2026-08-06 06:24:33 | Re: ICU database? |
| Previous Message | Tom Lane | 2026-08-05 14:56:46 | Re: AW: [Extern] Re: ICU database? |