Re: numeric_to_number() function skipping some digits

Поиск
Список
Период
Сортировка
От Euler Taveira de Oliveira
Тема Re: numeric_to_number() function skipping some digits
Дата
Msg-id 4AB8C86D.8070408@timbira.com
обсуждение исходный текст
Ответ на Re: numeric_to_number() function skipping some digits  (Jeevan Chalke <jeevan.chalke@enterprisedb.com>)
Список pgsql-hackers
Jeevan Chalke escreveu:
> That means we cannot simply ignore such characters from the input.
> Rather we can process the string R-L. But yes this will definitely going
> to break the current applications running today.
> 
IIRC we tight the to_char() and to_timestamp() input for 8.4. Why don't we do
it for to_number() too? The fact of breaking application is not a strong
argument against having compatibility with Oracle to_*() functions. People
that are building applications around these two databases and are using the
to_*() functions are expecting that the behavior being the same (i didn't
remember any complaints about that but ...).

So +1 for this TODO.


--  Euler Taveira de Oliveira http://www.timbira.com/


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

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Anonymous code blocks
Следующее
От: Petr Jelinek
Дата:
Сообщение: Re: Anonymous code blocks