Skip to content

DEFAULTed grants to PUBLIC must act as DEFAULTed to every user #7178

@asfernandes

Description

@asfernandes

A role can be default granted to PUBLIC.

create role r1;
grant default r1 to public;

In this case I think the role should be act as a defaulted role to every user.

But it's not working.

The role privileges only works if user uses it explicitly.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions