pgsql: Improve CREATE FUNCTION doc WRT to LEAKPROOF RLS interaction.

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve CREATE FUNCTION doc WRT to LEAKPROOF RLS interaction.
Date: 2015-07-30 17:17:17
Message-ID: E1ZKrSH-0007Rq-TV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve CREATE FUNCTION doc WRT to LEAKPROOF RLS interaction.

Patch by Dean Rasheed. Back-patched to 9.5 where RLS was introduced.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/create_function.sgml | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Joe Conway 2015-07-30 17:17:22 pgsql: Improve CREATE FUNCTION doc WRT to LEAKPROOF RLS interaction.
Previous Message Joe Conway 2015-07-30 16:40:53 Re: [COMMITTERS] pgsql: Row-Level Security Policies (RLS)