OJS and PostgreSQL: how to set the database schema

Hi! I want to determine an another database schema name, rather than the “public”, to point the application to this schema. It’s like to “set search_path to ‘myschemaname’” on each query made.

Is there a way to do this? Is there a place to configure the database schema name?

Thanks a lot!