Re: [RFC] new digest datatypes, or generic fixed-len hex types?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [RFC] new digest datatypes, or generic fixed-len hex types?
Дата
Msg-id 200907301110.13603.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: [RFC] new digest datatypes, or generic fixed-len hex types?  (decibel <decibel@decibel.org>)
Список pgsql-hackers
On Wednesday 29 July 2009 20:16:48 decibel wrote:
> bytea doesn't cast well to and from text when you're dealing with hex
> data; you end up using the same amount of space as a varchar. What
> would probably work well is a hex datatype that internally works like
> bytea but requires that the input data is hex (I know you can use
> encode/decode, but that added step is a pain). A similar argument
> could be made for base64 encoded data.

There is a patch in the queue that adds hex input and output to bytea.


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

Предыдущее
От: karpov@sao.ru (Sergey V. Karpov)
Дата:
Сообщение: Re: improvements for dict_xsyn extended synonym dictionary - RRR
Следующее
От: KaiGai Kohei
Дата:
Сообщение: Re: SE-PostgreSQL Specifications