From: Bruce Momjian Date: Thu, 6 Aug 2015 20:07:27 +0000 (-0400) Subject: 9.5 release notes: add non-LEAKPROOF view pushdown mention X-Git-Tag: REL9_5_BETA1~203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5437eba2eefb32895b912c92535012471701121c;p=postgresql 9.5 release notes: add non-LEAKPROOF view pushdown mention Report by Dean Rasheed Backpatch through 9.5 --- diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml index 722c8bd452..2ed7b017b4 100644 --- a/doc/src/sgml/release-9.5.sgml +++ b/doc/src/sgml/release-9.5.sgml @@ -412,6 +412,17 @@ FIXME: Add Andres + + Allow non-LEAKPROOF functions to be passed into security barrier + views if the function does not reference any table columns + (Dean Rasheed) + + + + +