My database has a few schemas and I created one called application to keep my application specific tables in. I added this schema to the search_path of postgres, but when I do a query using jdbc template it does not find the table. How do I make jdbc use the search_path to find the table that is being queried?My database has a few schemas and I created one