From a301eb99c9537186f7dd46ba418e84d755227a94 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 13 Dec 2012 23:00:42 -0500 Subject: doc: Improve search_path mentions in index Karl O. Pinc --- doc/src/sgml/ref/create_function.sgml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/src/sgml/ref/create_function.sgml') diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index fee6f53ba24..4ac5bdaf65f 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 configuration parameter + use in securing functions + + Because a SECURITY DEFINER function is executed with the privileges of the user that created it, care is needed to -- cgit v1.2.3