You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I use search_path in pg_bouncer? I am using Django with pgbouncer and want to use search_path to get a specific schema.
Note: for pgbouncer, We use a .env file to track the environment variables.
We getting errors like
unsupported startup parameter: options=-c search_path=new_schema
The text was updated successfully, but these errors were encountered:
How can I use search_path in pg_bouncer? I am using Django with pgbouncer and want to use search_path to get a specific schema.
Note: for pgbouncer, We use a .env file to track the environment variables.
We getting errors like
unsupported startup parameter: options=-c search_path=new_schema
The text was updated successfully, but these errors were encountered: