# File lib/dbd_pg/Pg.rb, line 409
        def _exec(sql)
          @connection.send(@exec_method, sql)
        end