Re: ascii to character conversion in postgres

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>, Alex Sokoloff <alex_sokoloff(at)yahoo(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: ascii to character conversion in postgres
Date: 2000-09-18 16:20:35
Message-ID: 14698.969294035@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The Hermit Hacker <scrappy(at)hub(dot)org> writes:
>> I vote for just renaming it to chr(). Any objections?

> first thing off the top of my head ... was there a reason why it was added
> to contrib/odbc? ignoring the "oracle documentation", is it something
> that is/was needed for ODBC?

Now that I look, it seems ODBC specifies the function as "char()",
which means contrib/odbc is wrong on that score too :-(

New proposal: forget ichar(), give the function two entries chr() and
char().

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-09-18 16:27:35 Re: contrib module soundex in CVS snapshot (function returning text and TOAST ???)
Previous Message Mikheev, Vadim 2000-09-18 15:57:27 RE: WAL & MVCC