Re: Questions about octal vs. hex for bytea

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Questions about octal vs. hex for bytea
Дата
Msg-id 29000.1298216285@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Questions about octal vs. hex for bytea  ("Reuven M. Lerner" <reuven@lerner.co.il>)
Ответы Re: Questions about octal vs. hex for bytea  ("Reuven M. Lerner" <reuven@lerner.co.il>)
Список pgsql-general
"Reuven M. Lerner" <reuven@lerner.co.il> writes:
> My client is concerned that the internal representation has changed, and
> is asking me for a script that will change the representation, in order
> to save space (since hex occupies less space than octal).

This is complete nonsense.  The internal representation is just bytes.

            regards, tom lane

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

Предыдущее
От: Radosław Smogura
Дата:
Сообщение: Re: Questions about octal vs. hex for bytea
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Building extensions on Windows using VS2008