Jeffrey Melloy <jmelloy@visualdistortion.org> writes:
> I'm working on a simple SQL script, and I'd like a method of appending
> my newly created schema to the existing search_path.
You could read current_schemas() and build a new value to set
search_path to. But I fear that a plain noninteractive script file
may not have an easy way to do that ...
regards, tom lane