Skip to content

Commit 17c633b

Browse files
Merge pull request #280486 from shriram-muthukrishnan/userrolesupdatebranch
Changing the table format
2 parents 5fdbbe5 + 8a29e9e commit 17c633b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/postgresql/migrate/migration-service/concepts-user-roles-migration-service.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,12 @@ GROUP BY
9898
The output of the query shows the list of privileges granted to roles on the impacted tables and views.
9999

100100
For example:
101+
101102
| Privileges | Relation name | Grantee |
102103
| :--- |:--- |:--- |
103104
| SELECT | pg_authid | adminuser1 |
104-
| SELECT, UPDATE |pg_shadow | adminuser2 |
105+
| SELECT, UPDATE |pg_shadow | adminuser2 |
106+
105107

106108
**Step 3: Undo the privileges**
107109

0 commit comments

Comments
 (0)