Forum OpenACS Q&A: Ascii to character conversion in postgres

Postgres has an 'ascii' function that converts characters to ascii,
values, but it appears to be a one way street. I can't find a way to
convert ascii values to characters, like 'chr' in Oracle. Anyone know
how to do this?