[postgis-tickets] [PostGIS] #3676: Add LEAKPROOF indication in functions

PostGIS trac at osgeo.org
Sun Dec 4 02:16:27 PST 2016


#3676: Add LEAKPROOF indication in functions
---------------------+----------------------------
 Reporter:  strk     |      Owner:  pramsey
     Type:  defect   |     Status:  new
 Priority:  medium   |  Milestone:  PostGIS Future
Component:  postgis  |    Version:  trunk
 Keywords:           |
---------------------+----------------------------
 The LEAKPROOF keyword is supported since PostgreSQL 9.2, which is our
 minimum requirement. By default all functions are created as NOT
 leakproof, meaning they cannot be used in views with "security barrier"
 option.

 We might want to tweak that definition carefully looking at each of the
 functions.

 See https://www.postgresql.org/docs/9.2/static/sql-createfunction.html

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3676>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list