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

From Tom Lane
Subject Re: multibyte-character aware support for function "downcase_truncate_identifier()"
Date
Msg-id 5634.1278511624@sss.pgh.pa.us
Whole thread Raw
In response to multibyte-character aware support for function "downcase_truncate_identifier()"  (Rajanikant Chirmade <rajanikant.chirmade@enterprisedb.com>)
Responses Re: multibyte-character aware support for function "downcase_truncate_identifier()"
Re: multibyte-character aware support for function "downcase_truncate_identifier()"
List 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


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Keepalives win32
Next
From: Tom Lane
Date:
Subject: Re: Proposal for 9.1: WAL streaming from WAL buffers