pg_escape_bytea

pg_escape_bytea -- Escape binary for bytea type

Description

string pg_escape_bytea ( string data)

הערה : When you SELECT bytea type , PostgreSQL returns octal byte value prefixed by \ . ( e.g . \032 ) Users are supposed to convert back to binary formant by yourself .