# File lib/dbd/pg/type.rb, line 48
        def self.escape_bytea(str)
            self.new(str).escaped
        end