Opened 10 years ago

Closed 10 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

Change History (1)

comment:1 by strk, 10 years ago

Resolution: fixed
Status: newclosed

Fixed by r12272 in 2.1 branch (2.1.2), r12273 in trunk (2.2.0)

Note: See TracTickets for help on using tickets.