module ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements
def warning_ignored?(warning)
def warning_ignored?(warning) ["WARNING", "ERROR", "FATAL", "PANIC"].exclude?(warning.level) || super end
def warning_ignored?(warning) ["WARNING", "ERROR", "FATAL", "PANIC"].exclude?(warning.level) || super end