Yambu <[email protected]> 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
Yambu <[email protected]> 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