I want to use langchain's SQLAgent with my database PostgreSQL, the default schema is public, I want to use my schema like 'my_schema', what should I do?
I've tried splicing search_path=my_schema after the connection address but I get an error message: no parameters defined