From: | Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | SQL99 CONVERT() function |
Date: | 2002-08-06 05:55:04 |
Message-ID: | 20020806.145504.35027319.t-ishii@sra.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
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
From | Date | Subject | |
---|---|---|---|
Next Message | lockhart | 2002-08-06 05:57:23 | From GROUPE BULL. |
Previous Message | Tom Lane | 2002-08-06 05:54:17 | Re: New manual chapters |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-08-06 06:02:06 | Re: pg_stat_reset round 3 |
Previous Message | Bruce Momjian | 2002-08-06 05:34:48 | Re: anonymous composite types for Table Functions (aka |