# File lib/dbd/pg/database.rb, line 304
    def start_transaction
        _exec("BEGIN")
        @in_transaction = true
    end