Re: [GENERAL] Binary bytea to literal strings

2008-04-16 Thread Craig Ringer
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

2008-04-16 Thread Dragan Zubac
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