Re: Bytea/Base64 encoders for libpq - interested?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Bytea/Base64 encoders for libpq - interested?
Дата
Msg-id Pine.LNX.4.30.0109041222481.828-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: Bytea/Base64 encoders for libpq - interested?  ("Joe Conway" <joseph.conway@home.com>)
Список pgsql-hackers
Joe Conway writes:

> On a related note, are there any other bytea functions we should have in the
> backend before freezing for 7.2?

The SQL standards has a lot of functions for BLOB...

> I was thinking it would be nice to have a
> way to cast bytea into text and vice-versa, so that the normal text
> functions could be used for things like LIKE and concatenation.

Better write a native LIKE function for bytea, now that some parts are
threatening to make the text-LIKE function use the locale collating
sequence.  (Multibyte aware text could also have interesting effects.)

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



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

Предыдущее
От: Karel Zak
Дата:
Сообщение: Re: Bytea/Base64 encoders for libpq - interested?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Table vs. row level locks confusion