Answers for "how to create a user id in postgresql"

0

How do I add a user to a postgres database? cli

GRANT ALL PRIVILEGES ON DATABASE yourdbname TO youruser;
Posted by: Guest on June-16-2020

Code answers related to "how to create a user id in postgresql"

Browse Popular Code Answers by Language