Skip to content

[format] grant select on table #215

@pyramation

Description

@pyramation

It still works—Postgres accepts both. TABLE in GRANT … ON [TABLE] … is optional for tables/views/foreign tables/materialized views.

-GRANT SELECT ON TABLE memberships_private.app_memberships TO PUBLIC;
+GRANT SELECT ON memberships_private.app_memberships TO PUBLIC;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions