Yambu <hyambu(at)gmail(dot)com> writes:> Is there a reason why i'm getting text when i run the below> select convert_to('some_text', 'UTF8') i get back 'some_text'
You must have bytea_output set to "escape".
regards, tom lane