Skip to content

[format] grant select on table #215

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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