instance method
client_min_messages=
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v3.2.22.5Signature
client_min_messages=(level)
Set the client message level.
Parameters
-
levelreq
Source
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 715
def client_min_messages=(level)
execute("SET client_min_messages TO '#{level}'")
end
Defined in activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb line 715
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::PostgreSQLAdapter