PostgreSQL Question:
How to create a PostgreSQL user?
Answer:
CREATE USER usr WITH password 'passwd';
Previous Question | Next Question |
Explain what is PostgreSQL? | How to take backup of database? |
Previous Question | Next Question |
Explain what is PostgreSQL? | How to take backup of database? |