Contents
ichar()
A former function for converting an integer to a character
This entry relates to a PostgreSQL feature, application/utility, website or other subject which is no longer available/maintained.
ichar()
was a system function function for converting an integer to an ASCII character
ichar()
was added in PostgreSQL 7.0 and renamed to chr() in PostgreSQL 7.1. It was not included in the PostgreSQL 7.0 documentation.
Change history
- PostgreSQL 7.1
- PostgreSQL 7.0
- added (commit a349733b)