pgsql: Improve documentation about search_path for SECURITY DEFINER fun - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Improve documentation about search_path for SECURITY DEFINER fun
Date
Msg-id E1bO4Zl-0006Ty-0q@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve documentation about search_path for SECURITY DEFINER functions.

Clarify that the reason for recommending that pg_temp be put last is to
prevent temporary tables from capturing unqualified table names.  Per
discussion with Albe Laurenz.

Discussion: <A737B7A37273E048B164557ADEF4A58B5386C6E1@ntex2010i.host.magwien.gv.at>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ce150e7e0fc1a127fee7933d71f4204a79ecce04

Modified Files
--------------
doc/src/sgml/ref/create_function.sgml | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Adjust spellings of forms of "cancel"
Next
From: Teodor Sigaev
Date:
Subject: pgsql: Fix nested NOT operation cleanup in tsquery.