PostgreSQL — Command to display all users

PGSQL has some shortcuts for commonly typed commands. You can type /du instead of select * from pg_users to get a list of users.

Leave a Comment