"Ian Harding" <ianh(at)tpchd(dot)org> writes:
> createlang seems not to take a schema argument. Should it?
Hm. The language itself does not have any associated schema --- but the
underlying call handler function does. Perhaps there should be a way to
tell createlang which schema to put the function in. Right now it will
be effectively determined by the default search path, so you could do
PGOPTIONS='--search_path=myschema' createlang plpgsql mydb
but this seems inelegant.
regards, tom lane