Re: chr() in 7.0.3 ! - Mailing list pgsql-general

From Karel Zak
Subject Re: chr() in 7.0.3 !
Date
Msg-id 20010820095006.C16368@zf.jcu.cz
Whole thread Raw
In response to chr() in 7.0.3 !  ("omid omoomi" <oomoomi@hotmail.com>)
List pgsql-general
On Sun, Aug 19, 2001 at 08:46:55PM +0000, omid omoomi wrote:
> hi all,
> I have pg 7.0.3 installed. I can use ascii() to get the ascii code of a
> character but I can not use chr() to reverse the function... is it a matter
> of the pg version I have? If so, is there any other way to get the text from
> the ascii number?
>

 7.1 rename ichar() to chr() --- in 7.0.3 you must use ichar() or rather
update to 7.1.

            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-general by date:

Previous
From: David Ford
Date:
Subject: A lock to fit a key..
Next
From: "Johann Zuschlag"
Date:
Subject: Re: Overwriting Operator for numeric and float8 fails