set search_path to schema1, schema2;

Heroku Postgresでは"$user"というものも参照設定されている.

永続的に設定するには,

alter role ユーザー名 set search_path to schema1, schema2;

現在の設定は

show search_path;

で確認できる.