Re: text and bytea

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: text and bytea
Дата
Msg-id 1065.1203966723@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: text and bytea  ("hernan gonzalez" <hgonzalez@gmail.com>)
Список pgsql-general
"hernan gonzalez" <hgonzalez@gmail.com> writes:
> The objetionable ones IMHO are decode()/encode(), which can
> consume/produce a "non-utf8 string" (I mean, not the backend encoding)

Huh?  Those deal with bytea too --- in fact, they've got nothing at
all to do with multibyte character representations.  They're for
handling hex and base64 and suchlike representations of binary data.

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: autovacuum not freeing up unused space on 8.3.0
Следующее
От: Tom Lane
Дата:
Сообщение: Re: text and bytea