This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
DricomDragon
/
JovianLinux
Suivre
1
Voter
0
Fork
0
Fichiers
Parcourir la source
Add command to list roles
DricomDragon
il y a 5 ans
Parent
6a27970867
commit
f235147c0f
1 fichiers modifiés
avec
2 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
2
0
Guides/postgres.md
+ 2
- 0
Guides/postgres.md
Voir le fichier
@@ -12,3 +12,5 @@ CREATE ROLE backup WITH
NOCREATEDB
NOCREATEROLE ;
```
+
+Use `\du` to list roles.