Opened 2 years ago

Closed 2 years ago

#5124 closed defect (fixed)

Grant USAGE on topology schema to public

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 3.2.2
Component: topology Version: 3.2.x
Keywords: usability Cc:

Description

As requested in https://trac.osgeo.org/postgis/ticket/4575#comment:7 it was overlooked, but is required to really give public read access to topology metadata tables (and functions)

Change History (6)

comment:1 by strk, 2 years ago

Milestone: PostGIS 3.2.2PostGIS 3.3.0
Version: 3.2.xmaster

comment:2 by Sandro Santilli <strk@…>, 2 years ago

Resolution: fixed
Status: newclosed

In 88abe48/git:

GRANT USAGE ON SCHEMA topology TO PUBLIC

Closes #5124 in master branch (3.3.0dev)

comment:3 by robe, 2 years ago

any reason not to backport to 3.2?

comment:4 by strk, 2 years ago

Eh, my initial plan was to backport it but then I thought maybe it's a breaking change or something, but I'm easily convinced, will backport.

comment:5 by strk, 2 years ago

Milestone: PostGIS 3.3.0PostGIS 3.2.2
Resolution: fixed
Status: closedreopened
Type: enhancementdefect
Version: master3.2.x

Then marking as a defect, given 3.2.0 granted select on the metadata tables

comment:6 by Sandro Santilli <strk@…>, 2 years ago

Resolution: fixed
Status: reopenedclosed

In 874e938/git:

GRANT USAGE ON SCHEMA topology TO PUBLIC

Closes #5124 in 3.2 branch (3.2.2dev)

Note: See TracTickets for help on using tickets.