Thread: Re: [HACKERS] SQL99 CONVERT() function

Re: [HACKERS] SQL99 CONVERT() function

From
Kaori Inaba
Date:
Hello,

The attached patch adds CONVERSION stuff for cyrillic and
win874/1250/1251/1256 encodings.

Thank you.

From: Tatsuo Ishii <t-ishii@sra.co.jp>
Subject: [HACKERS] SQL99 CONVERT() function
Date: Tue, 06 Aug 2002 14:55:04 +0900 (JST)
Message-ID: <20020806.145504.35027319.t-ishii@sra.co.jp>

> I have added SQL99's CONVERT() function. docs and regression tests
> also updated. Our own convert() functions can also be used. Example
> usage of CONVERT():
>
> convert('PostgreSQL' using iso8859_1_to_utf8)
>
> will return 'PostgreSQL' in UTF-8 encoding. See "String Functions and
> Operators" section of Users's guide for more details and currently
> available (predefined) conversions.
>
> I believe remaining work for CONVERSION stuffs is some conversions for
> cyrillic and win874/1250/1251/1256 encodings.
> --
> Tatsuo Ishii

-------------------
   Kaori Inaba
 i-kaori@sra.co.jp


Attachment

Re: [HACKERS] SQL99 CONVERT() function

From
Tatsuo Ishii
Date:
> The attached patch adds CONVERSION stuff for cyrillic and
> win874/1250/1251/1256 encodings.

Thanks. I'll take care of this.
--
Tatsuo Ishii

Re: [HACKERS] SQL99 CONVERT() function

From
Tatsuo Ishii
Date:
> > The attached patch adds CONVERSION stuff for cyrillic and
> > win874/1250/1251/1256 encodings.
>
> Thanks. I'll take care of this.

Done. Documents and regression tests have been updated also. I think
now we have implemented all encoding conversions for 7.3 release.
--
Tatsuo Ishii