On 7/5/22 11:12 AM, Bryn Llewellyn wrote:
The section "Writing SECURITY DEFINER Functions Safely": https://www.postgresql.org/docs/current/sql-createfunction.html#id-1.9.3.67.10.2
Finally, what do you think of a possible future enhancement to allow setting a null search_path?
set search_path = ''; show search_path ; search_path ------------- "" \d Did not find any relations. -- Adrian Klaver adrian.klaver@xxxxxxxxxxx