pgsql: Improve CREATE FUNCTION doc WRT to LEAKPROOF RLS interaction. - Mailing list pgsql-committers

From Joe Conway
Subject pgsql: Improve CREATE FUNCTION doc WRT to LEAKPROOF RLS interaction.
Date
Msg-id E1ZKrSM-0007SC-34@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7be60a2459135199f8edff7f553b6d551729d79f

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


pgsql-committers by date:

Previous
From: Joe Conway
Date:
Subject: pgsql: Improve CREATE FUNCTION doc WRT to LEAKPROOF RLS interaction.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix broken assertion in BRIN code