Answer the question
In order to leave comments, you need to log in
Why can I edit search_path but can't reset it?
I connect as superuser and easily add the search prefix with this command:
ALTER ROLE dship SET search_path = "$user";
But I can't reset this field like this:
ALTER ROLE dship RESET search_path;
Not even like this:
ALTER ROLE dship in DATABASE dship RESET search_path;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question