# File lib/dbd_pg/Pg.rb, line 404
        def start_transaction
          _exec("BEGIN")
          @in_transaction = true
        end