# File lib/dbd/pg/type.rb, line 34
        def escape_bytea(str)
            PGconn.escape_bytea(str)
        end