> I'm starting to PostgreSQL and during my tries I created several
> users and databases. I can see databases, but I can't see the users.
> And, of course, I will need to see all users in my applications.
=> \d pg_user -- would help you
regards,
bhuvaneswaran