将search_path恢复为postgresql中的默认值

che*_*eng 1 postgresql

任何人都知道如何在postgresql中将search_path恢复为默认值?我更改了它的值,但现在我想再次使用默认值.任何帮助表示赞赏.

dsc*_*ulz 5

试试这个:

SET search_path TO DEFAULT ;
Run Code Online (Sandbox Code Playgroud)