class ActiveRecord::ConnectionAdapters::PostgreSQLAdapter

def supports_savepoints?

def supports_savepoints?
  true
end