Re: Search path & functions in temporary schemas

2018-12-11 Thread Tom Lane
jose luis pillado writes: > This solution worked with a real schema, but it did not with a temporary > one. ... > Is there any way to make this work? The temp schema is intentionally excluded from the search path for functions and operators, because otherwise it's just too easy to trojan-horse th

Search path & functions in temporary schemas

2018-12-11 Thread jose luis pillado
Hi all, I was trying to mock a function. So I followed the instructions in this thread. I created a function with the same name as the existing one in different schema, and I updated the search path ad