= private = protected
client_min_messages=(level)
Set the client message level.
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 600 def client_min_messages=(level) execute("SET client_min_messages TO '#{level}'") end