diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index 8632a76..fb8a42d 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -673,6 +673,11 @@ SELECT * FROM dup(42); Writing <literal>SECURITY DEFINER</literal> Functions Safely + + search_path + securing functions + + Because a SECURITY DEFINER function is executed with the privileges of the user that created it, care is needed to