#5395 closed defect (fixed)

[regression] Unprivileged user cannot pg_dump db with postgis topology

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 3.3.4
Component: topology Version: 3.3.x
Keywords: Cc:

Description

The sequence was included in the dump to allow getting it state available on restore (see #5344 )

I guess we could make that sequence readable to public

Change History (2)

comment:1 by Lars Aksel Opsahl, 10 months ago

Yes I see no problem in doing that.

Last edited 10 months ago by Lars Aksel Opsahl (previous) (diff)

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

Resolution: fixed
Status: newclosed

In 6842d63/git:

Grant select on topology sequences

Allows public dumping of postgis-topology enabled database
(as long as there are no topologies)

Closes #5395 in 3.3 branch (3.3.4dev)

This is a backport of 6f8b43f882ed24d7800a175c9fd863612e793736

Note: See TracTickets for help on using tickets.