Hi!
Heidi changes search_path when I click on schema. Is it possible to set up search_path value for every schema in DB? F.e. I would like to have:
set search_path = "$user", public
insead of
regards
Hi!
Heidi changes search_path when I click on schema. Is it possible to set up search_path value for every schema in DB? F.e. I would like to have:
set search_path = "$user", public
insead of
regards
Schema "$user" means schema with the same name as user name. It is seached at first, then public schema. In the application I use I have many schemas and some global functions are not availeble in default HeidiSql behavior. But I added this command to startup script and my issue has ben solved.
Get schema with the same name as user name in search path. See https://www.heidisql.com/forum.php?t=34558
Please login to leave a reply, or register at first.