TECHIES WORLD

For Techs.... Techniques.... Technologies....

AWSCpanelLinux

How to list users in PostgreSQL

We can use the following PostgreSQL query to get the full list of users.

postgres=#\du

If you need more detailed information, the following query can be used.

postgres=#\du+

That's all…

Leave a Reply