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-Url: http://git.postgresql.org/gitweb/review?a=commitdiff_plain;h=68b5163b45e3de569184a5f6d0956f7eccea76ad;p=users%2Fheikki%2Fpostgres.git 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) + + + + +