Re: Encoding Conversion

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Encoding Conversion
Дата
Msg-id 24084.1296751901@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Encoding Conversion  (Wilton Wonrath <wrwonrath@yahoo.com.br>)
Список pgsql-general
Wilton Wonrath <wrwonrath@yahoo.com.br> writes:
> When I�m doing a conversion PostgreSQL returns SCAPES to me besides the desire
> caracter. Why ?

Somewhere between 8.2 and 9.0 convert() was redefined to take and return
bytea, not text, to reflect the fact that the data it deals in isn't
necessarily encoded in the database's character encoding.  This was part
of a general tightening up to ensure that text that ought to be in the
database encoding really is.

There are some related functions now that convert between text (assumed
to be in the database encoding) and bytea strings in a specified
encoding.  You probably want to switch over to using those.

            regards, tom lane

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

Предыдущее
От: Steve Crawford
Дата:
Сообщение: Re: Why does a normally fast query run so slow when the table is in a partition?
Следующее
От: Bob Price
Дата:
Сообщение: how to avoid repeating expensive computation in select