-
Notifications
You must be signed in to change notification settings - Fork 33
[format] grant select on table #215
Open
Labels
Description
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
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.