Hi folks, I am using the extension to work on stored procedures in PostgreSQL and notice that my SEARCH_PATH is not coming through to the extension. In particular I am using PostGIS which requires the public schema to be on the search path. In pgAdmin, if I type SHOW SEARCH_PATH for my role, I get back "$user", public as expected. However in Eclipse I just get back the name of the role. I am not sure what is going on. I need to always SET SEARCH_PATH TO "$user", public; on every connect. Is there an easy fix for this? Ideally I'd like to have the user's search path come through to eclipse but I another fix might be to allow a startup command on the postgresql connection. Thanks, Paul
↧