Re: some info about char(1)

Karel Zak <zakkr@zf.jcu.cz>

From: Karel Zak <zakkr@zf.jcu.cz>
To: "And. Andruikhanov" <andy@euinf.dp.ua>
Cc: pgsql-bugs@postgresql.org
Date: 2001-02-05T16:06:16Z
Lists: pgsql-bugs
> console. But I didn't found them in pgsql documentation. Is it possible that
> this function will be removed in future version of postgresql ?
> pps. Can I take description of this function ?

 As said Tom, ichar() is chr() in 7.1. 

Lates (devel) docs:

http://www.postgresql.org/devel-corner/docs/user/functions-string.htm


 chr(integer) text Returns the character with the given ASCII code.

		Karel