Re: BUG #8385: greek symbols as function name

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kevin Grittner <kgrittn(at)ymail(dot)com>
Cc: "kolmyk(at)hotmail(dot)com" <kolmyk(at)hotmail(dot)com>, "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #8385: greek symbols as function name
Date: 2013-08-18 18:40:35
Message-ID: 32585.1376851235@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Kevin Grittner <kgrittn(at)ymail(dot)com> writes:
> It occurs to me that the behavior you are seeing would be
> consistent with 945 being considered an uppercase letter, with
> 60536 being considered its lowercase form. Normal PostgreSQL
> case-folding of identifiers would then cause exactly the symptoms
> you are seeing.

Hmm ... identifier case-folding isn't really supposed to do anything to
multibyte characters. I wonder if this isn't a variant of the issue
recently fixed in commit d535136b5d60b19f7ffa777b97ed301739c15a9d.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Kevin Grittner 2013-08-18 20:48:21 Re: BUG #8385: greek symbols as function name
Previous Message Kevin Grittner 2013-08-18 18:19:24 Re: BUG #8385: greek symbols as function name