Your problem is with PostgreSQL not RT.<br>In version 9.0 default behaviour for bytea fields <br>changed and now they're returned as hex <br>(as described in <a href="http://www.postgresql.org/docs/9.0/static/release-9-0.html#AEN99024" target="_blank">http://www.postgresql.org/docs/9.0/static/release-9-0.html#AEN99024</a><a name="12b9cf9521058a05_AEN99024"></a>).<br>

<br>To change this add:<br><br>   bytea_output = escape<br><br>to postgresql.conf and restart it.<br><br>Regards,<br>Sebastian<br><font color="#888888"><br>-- <br>Sebastian Podjasek<br><a href="http://morenet.pl/" target="_blank">morenet.pl</a></font>