Skip to content
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 issue (RM #7424) #5101

Closed
dpage opened this issue May 26, 2022 · 7 comments
Closed

Schema Diff issue (RM #7424) #5101

dpage opened this issue May 26, 2022 · 7 comments
Assignees
Milestone

Comments

@dpage
Copy link
Contributor

dpage commented May 26, 2022

Issue migrated from Redmine: https://redmine.postgresql.org/issues/7424
Originally created by Mark Pare at 2022-05-26 20:23:14 UTC.

Hi, when running a schema diff, because the permissions of a table are displayed in a different order, it is considered a difference when it shouldn't be. Example:

DEV database
GRANT SELECT, INSERT, UPDATE, DELETE ON TABLE . TO

UAT database
GRANT INSERT, SELECT, UPDATE, DELETE ON TABLE . TO

This will generate a difference but it shouldn't the SQL tab displays permissions in a random order in some cases, even if they are always created as SELECT, INSERT, UPDATE, DELETE

Thanks

@dpage
Copy link
Contributor Author

dpage commented May 27, 2022

Comment migrated from Redmine: https://redmine.postgresql.org/issues/7424#note-1
Originally created by Khushboo Vashi at 2022-05-27 11:03:35 UTC.

Redmine ticket header update:

Name Old Value New Value
Sprint changed Ready

@dpage
Copy link
Contributor Author

dpage commented Jun 7, 2022

Comment migrated from Redmine: https://redmine.postgresql.org/issues/7424#note-2
Originally created by Akshay Joshi at 2022-06-07 11:02:56 UTC.

Redmine ticket header update:

Name Old Value New Value
Relationship (relates) changed RM #7432

@dpage
Copy link
Contributor Author

dpage commented Aug 16, 2022

Comment migrated from Redmine: https://redmine.postgresql.org/issues/7424#note-3
Originally created by Akshay Joshi at 2022-08-16 06:05:22 UTC.

Redmine ticket header update:

Name Old Value New Value
Sprint changed Ready EDB Sprint 124

@dpage
Copy link
Contributor Author

dpage commented Aug 17, 2022

Comment migrated from Redmine: https://redmine.postgresql.org/issues/7424#note-4
Originally created by Akshay Joshi at 2022-08-17 07:14:13 UTC.

Redmine ticket header update:

Name Old Value New Value
Assigned To changed Akshay Joshi

@dpage
Copy link
Contributor Author

dpage commented Aug 18, 2022

Comment migrated from Redmine: https://redmine.postgresql.org/issues/7424#note-5
Originally created by Akshay Joshi at 2022-08-18 08:41:04 UTC.

Redmine ticket header update:

Name Old Value New Value
Status changed New In Progress

@dpage
Copy link
Contributor Author

dpage commented Aug 18, 2022

Comment migrated from Redmine: https://redmine.postgresql.org/issues/7424#note-6
Originally created by Akshay Joshi at 2022-08-18 13:23:42 UTC.

Redmine ticket header update:

Name Old Value New Value
Sprint changed EDB Sprint 124 Ready
Assigned To changed Akshay Joshi
Status changed In Progress New

@FaharAbbasRizvi
Copy link
Contributor

This is resolved in the snapshot build:
https://www.postgresql.org/ftp/pgadmin/pgadmin4/snapshots/2022-09-29/

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

No branches or pull requests

3 participants