Browse Source

Add command to list roles

DricomDragon 5 years ago
parent
commit
f235147c0f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Guides/postgres.md

+ 2 - 0
Guides/postgres.md

@@ -12,3 +12,5 @@ CREATE ROLE backup WITH
     NOCREATEDB
     NOCREATEROLE ;
 ```
+
+Use `\du` to list roles.