Re: [HACKERS] translate function (BUG?)

Поиск
Список
Период
Сортировка
От Keith Parks
Тема Re: [HACKERS] translate function (BUG?)
Дата
Msg-id 199911131715.RAA16056@mtcc.demon.co.uk
обсуждение исходный текст
Список pgsql-hackers
What happened with this?

I think I saw a response from Bruce but it wasn't fixed and
doesn't appear in the current CVS of V7.

Keith.

>From: Edwin Ramirez <ramirez@doc.mssm.edu>
>Hello all,
>
>I was looking at the translate function and I think that it does not
>behave quite right.  I modified the translate function in
>oracle_compat.c (included below) to make work more like its Oracle
>counterpart. It seems to work but it returns the following message:
>    NOTICE:  PortalHeapMemoryFree: 0x8241fcc not in alloc set!
>
>Below are the Oracle and Postgres session transcripts.  
>
>select translate('edwin', 'wi', 'af') from dual;
>ORACLE:
>TRANS
>-----
>edafn
>1 row selected.
>
>POSTGRES
>translate
>---------
>edain    
>(1 row)

<snip>



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Failure to show descriptions in \df command
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: Failure to show descriptions in \df command