Column-level access control #1180
-
Hi, I want to limit update to certain columns in a table. How may I achieve this? I've tried revoke update on projects from authenticated; and also grant
update (column)
on table to authenticated; It doesn't seem to work. |
Beta Was this translation helpful? Give feedback.
Answered by
steve-chavez
Apr 17, 2021
Replies: 1 comment 1 reply
-
What's the error message? Can you share a reproducible test case? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
steve-chavez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What's the error message? Can you share a reproducible test case?