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

From: Rajanikant Chirmade <rajanikant(dot)chirmade(at)enterprisedb(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: multibyte-character aware support for function "downcase_truncate_identifier()"
Date: 2010-07-13 07:10:35
Message-ID: AANLkTinIEVpzizvdbisCByBb9b-ZMluj_p7FHmop8V8U@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jul 7, 2010 at 7:37 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Rajanikant Chirmade <rajanikant(dot)chirmade(at)enterprisedb(dot)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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2010-07-13 07:54:30 Re: patch (for 9.1) string functions
Previous Message Alexander Korotkov 2010-07-13 07:04:16 Re: multibyte charater set in levenshtein function