how to add user in postgres ubuntu server code example
Example 1: How do I add a user to a postgres database? cli
GRANT ALL PRIVILEGES ON DATABASE yourdbname TO youruser;
Example 2: How do I add a user to a postgres database? cli
psql=# grant all privileges on database to