projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df3b0f4
)
9.5 release notes: add non-LEAKPROOF view pushdown mention
author
Bruce Momjian
Thu, 6 Aug 2015 20:07:27 +0000
(16:07 -0400)
committer
Bruce Momjian
Thu, 6 Aug 2015 20:08:14 +0000
(16:08 -0400)
Report by Dean Rasheed
Backpatch through 9.5
doc/src/sgml/release-9.5.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-9.5.sgml
b/doc/src/sgml/release-9.5.sgml
index 722c8bd45227ba7850f0dca4e4556ea1dbae92b4..2ed7b017b4bf974175c2e75336ef822523c63c15 100644
(file)
--- 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)
+
+
+
+
+