Binary bytea to literal strings

Поиск
Список
Период
Сортировка
От Dragan Zubac
Тема Binary bytea to literal strings
Дата
Msg-id 4806BC88.9070105@vlayko.tv
обсуждение исходный текст
Ответы Re: Binary bytea to literal strings
Список pgsql-general
Hello

Got one table:

 Column  |  Type   |                   Modifiers
---------+---------+-----------------------------------------------
 message | bytea   |

insert data like for example:

insert into zub (message) values (E'\004\065 Ciao');

is it possible to somehow get the following:

0x040x35 Ciao

Sincerely

Dragan

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: table as log (multiple writers and readers)
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: table as log (multiple writers and readers)