[EMAIL PROTECTED] wrote:
[snip]
> 
> Last but not least, is there anyway I can list out the database users that have been
> created on the system?

SELECT usename FROM pg_user;

Reply via email to