pgsql: Improve documentation about search_path for SECURITY DEFINER fun

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve documentation about search_path for SECURITY DEFINER fun
Date: 2016-07-15 14:58:49
Message-ID: E1bO4Zl-0006Ty-0q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)ntex2010i(dot)host(dot)magwien(dot)gv(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2016-07-15 16:22:46 pgsql: Fix nested NOT operation cleanup in tsquery.
Previous Message Peter Eisentraut 2016-07-15 02:49:17 pgsql: Adjust spellings of forms of "cancel"