Re: multibyte-character aware support for function "downcase_truncate_identifier()" - Mailing list pgsql-hackers

From Rajanikant Chirmade
Subject Re: multibyte-character aware support for function "downcase_truncate_identifier()"
Date
Msg-id AANLkTinIEVpzizvdbisCByBb9b-ZMluj_p7FHmop8V8U@mail.gmail.com
Whole thread Raw
In response to Re: multibyte-character aware support for function "downcase_truncate_identifier()"  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: multibyte-character aware support for function "downcase_truncate_identifier()"
List pgsql-hackers


On Wed, Jul 7, 2010 at 7:37 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
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



I got one discussion thread on same issue. But it stopped without any conclusion.

http://archives.postgresql.org/pgsql-bugs/2006-09/msg00128.php

Thanks & Regards,
Rajanikant Chirmade.

 

pgsql-hackers by date:

Previous
From: Itagaki Takahiro
Date:
Subject: Re: patch (for 9.1) string functions
Next
From: Pavel Stehule
Date:
Subject: Re: patch (for 9.1) string functions