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.
1 parent f3cfc93 commit 2c701efCopy full SHA for 2c701ef
articles/postgresql/migrate/migration-service/concepts-user-roles-migration-service.md
@@ -98,10 +98,10 @@ GROUP BY
98
The output of the query shows the list of privileges granted to roles on the impacted tables and views.
99
100
For example:
101
-|Privileges|Relation name| Grantee|
102
-|:---|:---|:---|
103
-|SELECT|pg_authid|adminuser1|
104
-|SELECT, UPDATE|pg_shadow|adminuser2|
+| Privileges | Relation name | Grantee |
+| :--- |:--- |:--- |
+| SELECT | pg_authid | adminuser1 |
+| SELECT, UPDATE |pg_shadow | adminuser2 |
105
106
**Step 3: Undo the privileges**
107
0 commit comments