= private = protected
schema_search_path()
Returns the active schema search path.
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 894 def schema_search_path @schema_search_path ||= query('SHOW search_path', 'SCHEMA')[0][0] end