This website works better with JavaScript
Home
Explore
Help
Sign In
DricomDragon
/
JovianLinux
Watch
1
Star
0
Fork
0
Files
Browse Source
Add command to list roles
DricomDragon
5 years ago
parent
6a27970867
commit
f235147c0f
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
Guides/postgres.md
+ 2
- 0
Guides/postgres.md
View File
@@ -12,3 +12,5 @@ CREATE ROLE backup WITH
NOCREATEDB
NOCREATEROLE ;
```
+
+Use `\du` to list roles.