Re: SQL99 CONVERT() function - Mailing list pgsql-hackers

From Karel Zak
Subject Re: SQL99 CONVERT() function
Date
Msg-id 20020806095416.A9339@zf.jcu.cz
Whole thread Raw
In response to SQL99 CONVERT() function  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Responses Re: SQL99 CONVERT() function  (Tatsuo Ishii <t-ishii@sra.co.jp>)
List pgsql-hackers
On Tue, Aug 06, 2002 at 02:55:04PM +0900, Tatsuo Ishii wrote:
> 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)                                     ^^^^^What is it? Is it really in
standard?Sorry, but it seemsstrange. What 'ISO8859-1' as name?
 
CAST( int_as_char ) ? :-)
.... CONVERT('PostgreSQL' USING 'ISO8859-1' TO 'UTF8')
      Karel

-- Karel Zak  <zakkr@zf.jcu.cz>http://home.zf.jcu.cz/~zakkr/C, PostgreSQL, PHP, WWW, http://docs.linux.cz,
http://mape.jcu.cz


pgsql-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: SQL99 CONVERT() function
Next
From: Oleg Bartunov
Date:
Subject: Re: contrib/ltree for 7.2 or 7.3 ?