Я попробовал
Код: Выделить всё
postgres://localhost:5432/mydatabase?searchpath=myschema
Код: Выделить всё
postgres://localhost:5432/mydatabase?currentSchema=myschema
Код: Выделить всё
postgres://localhost:5432/mydatabase.myschema
Ничего из них не сработало.
Shorzle все равно не подключается к публичной схеме по умолчанию , которая советует Documennation Postgres, чтобы не использовать
Код: Выделить всё
Also, there is no concept of a public schema in the SQL standard. For maximum conformance to the standard, you should not use the public schema.
Подробнее здесь: https://stackoverflow.com/questions/796 ... lts-to-pub