Re: multibyte-character aware support for function "downcase_truncate_identifier()"

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Rajanikant Chirmade <rajanikant.chirmade@enterprisedb.com>
Cc: pgsql-hackers@postgresql.org
Date: 2010-07-07T14:07:04Z
Lists: pgsql-hackers
Rajanikant Chirmade <rajanikant.chirmade@enterprisedb.com> writes:
> Every identifier is downcase & truncated by function
> "downcase_truncate_identifier()"
> before using it.

> But since the function "downcase_truncate_identifier()" is not
> multibyte-charecter aware,
> it is not able to downcase some of special charecters in identifier like
> "my_Schem".

IIRC this is intentional.  Please consult the archives for previous
discussions.

			regards, tom lane

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Implement a solution to the 'Turkish locale downcases I incorrectly'