mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
doc: Improve search_path mentions in index
Karl O. Pinc
This commit is contained in:
@ -673,6 +673,11 @@ SELECT * FROM dup(42);
|
||||
<refsect1 id="sql-createfunction-security">
|
||||
<title>Writing <literal>SECURITY DEFINER</literal> Functions Safely</title>
|
||||
|
||||
<indexterm>
|
||||
<primary><varname>search_path</varname> configuration parameter</>
|
||||
<secondary>use in securing functions</>
|
||||
</indexterm>
|
||||
|
||||
<para>
|
||||
Because a <literal>SECURITY DEFINER</literal> function is executed
|
||||
with the privileges of the user that created it, care is needed to
|
||||
|
Reference in New Issue
Block a user