module ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements

def begin_db_transaction # :nodoc:

:nodoc:
Begins a transaction.
def begin_db_transaction # :nodoc:
  internal_execute("BEGIN", "TRANSACTION", allow_retry: true, materialize_transactions: false)
end