How to create a PostgreSQL user?

Submitted by: Administrator
CREATE USER usr WITH password 'passwd';
Submitted by: Administrator

Read Online PostgreSQL Job Interview Questions And Answers