We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a355666 + bd60d20 commit 31636a2Copy full SHA for 31636a2
articles/postgresql/migrate/migration-service/concepts-user-roles-migration-service.md
@@ -116,6 +116,11 @@ REVOKE SELECT ON pg_authid FROM adminuser1;
116
REVOKE SELECT ON pg_shadow FROM adminuser2;
117
REVOKE UPDATE ON pg_shadow FROM adminuser2;
118
```
119
+
120
+**Step 4: Final Verification**
121
122
+Run the query from Step 1 again to ensure that the resulting output set is empty.
123
124
> [!NOTE]
125
> Make sure you perform the above steps for all the databases included in the migration to avoid any permission-related issues during the migration.
126
0 commit comments