Re: [HACKERS] SQL99 CONVERT() function

Поиск
Список
Период
Сортировка
От Kaori Inaba
Тема Re: [HACKERS] SQL99 CONVERT() function
Дата
Msg-id 20020813.160058.39162560.i-kaori@sra.co.jp
обсуждение исходный текст
Ответы Re: [HACKERS] SQL99 CONVERT() function  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-patches
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


Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Gavin Sherry
Дата:
Сообщение: Re: Fix disabled triggers with deferred constraints
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [HACKERS] SQL99 CONVERT() function