Skip to content

Commit 2c701ef

Browse files
Acronlinx suggestions
1 parent f3cfc93 commit 2c701ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ 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-
|Privileges|Relation name| Grantee|
102-
|:---|:---|:---|
103-
|SELECT|pg_authid|adminuser1|
104-
|SELECT, UPDATE|pg_shadow|adminuser2|
101+
| Privileges | Relation name | Grantee |
102+
| :--- |:--- |:--- |
103+
| SELECT | pg_authid | adminuser1 |
104+
| SELECT, UPDATE |pg_shadow | adminuser2 |
105105

106106
**Step 3: Undo the privileges**
107107

0 commit comments

Comments
 (0)