On Thu, 2024-08-29 at 17:22 +0530, somnath som wrote: > We have one user like “Test_User”, Can I check what all previliges are there for “Test_User”. > When running \du+ command then only can see for superuser, others user are not showing. > Please provide me command to check what all previliges are there for a user. There is nothing like that built into PostgreSQL. Perhaps the pg_permissions extension can help: https://github.com/cybertec-postgresql/pg_permissions Yours, Laurenz Albe