Willy-Bas Loos wrote:> How can i cast bytea to text?> I´ve read about the DECODE function, but my 8.1 backend doesn´t> recognize it.
You want to use encode() in that direction.
-- Peter Eisentrauthttp://developer.postgresql.org/~petere/