Skip to content

Commit

Permalink
Get rid of some trailing whitespace in README.md Examples section
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalmi committed Apr 19, 2018
1 parent 4dd7ba1 commit fe454c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ SELECT r.rolname, r.rolsuper, r.rolinherit,
FROM pg_catalog.pg_roles r
ORDER BY 1;
List of roles
Role name | Attributes | Member of
Role name | Attributes | Member of
-----------+------------------------------------------------------------+------------
bob | | {}
dba_user | | {su}
Expand Down Expand Up @@ -374,7 +374,7 @@ OR
AND ri.rolsuper
)
);
rolname | roloid | rolcanlogin | rolsuper | rolparents
rolname | roloid | rolcanlogin | rolsuper | rolparents
----------+--------+-------------+----------+---------------
dba_user | 16387 | t | f | {postgres,su}
postgres | 10 | t | t | {}
Expand Down Expand Up @@ -402,7 +402,7 @@ OR
AND ri.rolsuper
)
);
rolname | roloid | rolcanlogin | rolsuper | rolparents
rolname | roloid | rolcanlogin | rolsuper | rolparents
---------+--------+-------------+----------+------------
(0 rows)
```
Expand Down

0 comments on commit fe454c4

Please sign in to comment.