# File lib/dbd_pg/Pg.rb, line 570
        def __encode_bytea(str)
          PGconn.escape_bytea(str)
        end