| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Jean Thomas SERVANT <jean-thomas(dot)servant(at)aca(dot)fr> |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: Warning when using psql |
| Date: | 2018-06-05 17:18:00 |
| Message-ID: | 3699.1528219080@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Jean Thomas SERVANT <jean-thomas(dot)servant(at)aca(dot)fr> writes:
> When I connect to a database, I have the following error message :
> WARNING: could not determine encoding for locale "fr_FR": codeset is
> "ANSI_X3.4-1968"
> DETAIL: Please report this to <pgsql-bugs(at)postgresql(dot)org>.
Try setting your locale to something that specifies a particular
encoding, say "fr_FR.utf8" or "fr_FR.iso88591" (use "locale -a"
to see what's available).
I'm not really sure what's wrong with your fr_FR locale; I've not
seen such messages on Red Hat systems myself. But it seems like
something's misconfigured somewhere.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Munro | 2018-06-05 21:36:37 | Re: BUG #15225: [XX000] ERROR: invalid DSA memory alloc request size 1073741824 / Where: parallel worker |
| Previous Message | Pavan Teja | 2018-06-05 17:05:09 | Re: Warning when using psql |