Re: TM format can mix encodings in to_char()

From: Juan José Santamaría Flecha <juanjo(dot)santamaria(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Peter Geoghegan <pg(at)bowt(dot)ie>, Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: TM format can mix encodings in to_char()
Date: 2019-04-22 21:41:57
Message-ID: CAC+AXB0iWdgVAfSWZrT4mRUWzT_WCWoVRFujJEKc7oLuFey5mg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Actually, I tried to show my findings with the tr_TR regression test, but
you
can reproduce the same issue with other locales and non-ASCII characters, as
Tom has pointed out.

For exampe:

de_DE ISO-8859-1: March
es_ES ISO-8859-1: Wednesday
fr_FR ISO-8859-1: February

Regards,

Juan José Santamaría Flecha

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2019-04-22 22:08:14 Re: speeding up planning with partitions
Previous Message Andres Freund 2019-04-22 21:07:51 Re: pgsql: Allow insert and update tuple routing and COPY for foreign table