Binary bytea to literal strings - Mailing list pgsql-general

From Dragan Zubac
Subject Binary bytea to literal strings
Date
Msg-id 4806BC88.9070105@vlayko.tv
Whole thread Raw
Responses Re: Binary bytea to literal strings
List 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 by date:

Previous
From: Craig Ringer
Date:
Subject: Re: table as log (multiple writers and readers)
Next
From: Andrew Sullivan
Date:
Subject: Re: table as log (multiple writers and readers)