Karel Zak <[EMAIL PROTECTED]> writes: > Not documented (from oracle_compat.c) in PG documentation: > btrim() > ascii() > ichar() > repeat() > and about ichar() is nothing in Oracle documentation, it's knows chr() > only... Sounds to me like calling it ichar() was an error, then. Should be chr(). > Directly rename it, or add "alias" entry to the pg_proc? The alias would only be useful to people who had been using it as "ichar()" --- which is not many people, since it's undocumented ;-) Furthermore, now that I look, it looks like ichar() was new in contrib/odbc in 7.0 and has only recently been moved into the main code. I vote for just renaming it to chr(). Any objections? regards, tom lane
- [HACKERS] ascii to character conversion in postgres Alex Sokoloff
- Re: [HACKERS] ascii to character conversion in post... Karel Zak
- Re: [HACKERS] ascii to character conversion in ... Tom Lane
- Re: [HACKERS] ascii to character conversion... Karel Zak
- Re: [HACKERS] ascii to character conver... Tom Lane
- Re: [HACKERS] ascii to character c... The Hermit Hacker
- Re: [HACKERS] ascii to charact... Tom Lane
- Re: [HACKERS] ascii to cha... The Hermit Hacker
- Re: [HACKERS] ascii to cha... Tom Lane
- Re: [HACKERS] ascii to cha... The Hermit Hacker
- odbc (was: Re: [HACKERS] a... Karel Zak
- Re: odbc (was: Re: [HACKER... Tom Lane
- Re: odbc (was: Re: [HACKER... Peter Eisentraut
- Re: [HACKERS] ascii to character conversion... Peter Eisentraut
- Re: [HACKERS] ascii to character conver... Peter Eisentraut