-
Notifications
You must be signed in to change notification settings - Fork 683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Schema diff doesnt pickup change in column GRANTs (RM #7631) #5269
Comments
Comment migrated from Redmine: https://redmine.postgresql.org/issues/7631#note-1 Redmine ticket header update:
|
Resolved, Verified on snapshot build https://www.postgresql.org/ftp/pgadmin/pgadmin4/snapshots/2023-02-20/ |
Resolved, Verified on candidate build 6.21: https://developer.pgadmin.org/builds/2023-03-01-1/ |
Issue migrated from Redmine: https://redmine.postgresql.org/issues/7631
Originally created by Pocin Pocin at 2022-08-21 16:41:32 UTC.
the difference is the @update@ on @target.public.foo.amount.id@
the diff is empty but i would expect something along the lines of
Or is the safe thing to do here REVOKE ALL on foo from bob; and apply the GRANTS from the
target
?The text was updated successfully, but these errors were encountered: