How to list all users in PostgreSQL
Find out how to get a list of all the users present in a PostgreSQL database, and their permissions
From the psql
interface, run the \du
command:
This will give you the list of all users in the system, plus their role attributes and the list of role groups they are member of.
→ Here's my latest YouTube video
→ I wrote 17 books to help you become a better developer, download them all at $0 cost by joining my newsletter
→ JOIN MY CODING BOOTCAMP, an amazing cohort course that will be a huge step up in your coding career - covering React, Next.js - next edition February 2025