| From: | Kaori Inaba <i-kaori(at)sra(dot)co(dot)jp> |
|---|---|
| To: | pgsql-patches(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org |
| Cc: | t-ishii(at)sra(dot)co(dot)jp |
| Subject: | Re: [HACKERS] SQL99 CONVERT() function |
| Date: | 2002-08-13 07:00:58 |
| Message-ID: | 20020813.160058.39162560.i-kaori@sra.co.jp |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
Hello,
The attached patch adds CONVERSION stuff for cyrillic and
win874/1250/1251/1256 encodings.
Thank you.
From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Subject: [HACKERS] SQL99 CONVERT() function
Date: Tue, 06 Aug 2002 14:55:04 +0900 (JST)
Message-ID: <20020806(dot)145504(dot)35027319(dot)t-ishii(at)sra(dot)co(dot)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(at)sra(dot)co(dot)jp
| Attachment | Content-Type | Size |
|---|---|---|
| pgsql.patch.gz | application/octet-stream | 13.6 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tatsuo Ishii | 2002-08-13 07:06:05 | Re: [HACKERS] SQL99 CONVERT() function |
| Previous Message | Jeroen T. Vermeulen | 2002-08-13 06:47:47 | Re: anoncvs currently broken |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tatsuo Ishii | 2002-08-13 07:06:05 | Re: [HACKERS] SQL99 CONVERT() function |
| Previous Message | Gavin Sherry | 2002-08-13 05:38:50 | Re: Fix disabled triggers with deferred constraints |