How to create a PostgreSQL user?



How to create a PostgreSQL user?..

Answer / madhub

CREATE USER usr WITH password 'passwd';

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Postgre Interview Questions

What is varchar in postgresql?

0 Answers  


What is postgresql service?

0 Answers  


How do I delete a query?

0 Answers  


How do you query pgadmin?

0 Answers  


What is vacuuming in postgresql?

0 Answers  






how to find nth lowest salary

4 Answers  


What is a delete query?

0 Answers  


How do I add a column in postgresql?

0 Answers  


Can a unique key be a foreign key?

0 Answers  


What does mvcc mean?

0 Answers  


How do I change the default postgres password?

0 Answers  


What is the option that can be used in PostgreSQL to make transactions see rows affected in previous parts of the transaction?

0 Answers  


Categories