I have a problem configuring symfony 3.4 with postgres. Exactly when the main scheme is not public. Symfony works and connects to the database without errors, but that's it. Application does not, because public schema does not exist. Can someone help me how to connect to a specific schema?
search_pathfor the database useralter user ... set search_path = ...;then this is independent of the application or the way you connect