Re: proposal: to_ascii(bytea)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: proposal: to_ascii(bytea)
Дата
Msg-id 18329.1214501131@sss.pgh.pa.us
обсуждение исходный текст
Ответ на proposal: to_ascii(bytea)  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Список pgsql-hackers
"Pavel Stehule" <pavel.stehule@gmail.com> writes:
> Changes related to convert* functions in postgresql 8.3 has impact on
> to_ascii function.

ISTM to_ascii has a completely bogus API anyway.  What is it doing
taking an encoding name as an argument?  It should just assume the
input text is in the database encoding.

The real fix that's needed there is to improve the set of encodings
it can deal with ...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Regd: TODO Item
Следующее
От: Tom Lane
Дата:
Сообщение: Re: plpgsql: Is ELSE IF supported or not?