Restore search_path to default value in postgresql

postgresql

Solution

Try with this:

SET search_path TO DEFAULT ;

Problem

Anyone knows how to restore search_path to default value in postgresql? I changed its value, but now I want to use the default value again. Any help is appreciated. cheng

Original source