| From: | Bartosz Dmytrak <bdmytrak(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: logs encoding problem Windows |
| Date: | 2012-12-10 08:18:06 |
| Message-ID: | CAD8_Ucaik-AX92Gr0zi9AzPst58SCiKSShcsQBrVob+KpTkA+g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
2012/12/7 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
>
> Postmaster log messages are written in whatever the database_encoding
> is, so if you've got multiple databases with different encodings, the
> encoding in the log will be inconsistent.
Thanks for your answer Tom.
but...
all DBs are encoded in UTF8 (SELECT encoding FROM pg_database gives 6 for
all DBs).
Is that encoding You think about?
datcollate and datctype are Polish Poland.1250 for all DBs
Regards,
Bartek
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Vik Reykja | 2012-12-10 09:23:57 | Re: proposal: fix corner use case of variadic fuctions usage |
| Previous Message | Thomas Kellerer | 2012-12-10 07:17:17 | Re: ERROR: unrecognized object class: 1262 with 9.2.2 but not with 9.2.1 |