PostgreSQL Question:

How to create a PostgreSQL user?

Answer:

CREATE USER usr WITH password 'passwd';

Read All 24 PostgreSQL Questions
Previous QuestionNext Question
Explain what is PostgreSQL?How to take backup of database?