Opened 11 years ago
Closed 11 years ago
#2655 closed defect (fixed)
postgis_full_version() fails if user has no permission to execute functions in "topology" schema
Reported by: | strk | Owned by: | pramsey |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.1.2 |
Component: | postgis | Version: | 2.1.x |
Keywords: | Cc: |
Description
Due to moving postgis_topology_scripts_installed() under the "topology" schema, users that do not have permission to use that schema will receive an error from postgis_full_version().
See #2502
This is a core bug, the postgis_full_version function should catch errors calling the topology version and report that
Note:
See TracTickets
for help on using tickets.
Fixed by r12272 in 2.1 branch (2.1.2), r12273 in trunk (2.2.0)