pgadmin4
pgadmin4 copied to clipboard
Schema Diff does not find differences on 'GRANT USAGE ON SCHEMA'
Describe the bug
Schema Diff does not find differences on 'GRANT USAGE ON SCHEMA'.
To Reproduce
Given a user myuser,
- On the first database, execute:
CREATE SCHEMA foo;
GRANT USAGE ON SCHEMA foo TO myuser;
- On the second database, execute:
CREATE SCHEMA foo;
- Perform a schema diff.
Expected behavior The obvious difference should be listed:
GRANT USAGE ON SCHEMA foo TO myuser;
But it won't. No differences are shown.
Error message None.
Desktop (please complete the following information):
- Postgres Docker Container 16.3
- pgadmin Docker Container 8.6