Re: [GENERAL] Binary bytea to literal strings
Dragan Zubac wrote: > Hello > > Got one table: > > Column | Type | Modifiers > -+-+--- > message | bytea | > > insert data like for example: > > insert into zub (message) values (E'\004\065 Ciao
[GENERAL] Binary bytea to literal strings
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