Psql role does not exist

Psql role does not exist ... demo superuser; So create user CREATE USER username; for example CREATE USER demo; Assign privilege to the user GRANT ROOT TO username; And then enable the user to login, so you can run for example: psql template1, from the normal $ terminal: ALTER ROLE username WITH LOGIN; Let's try to make this mistake here ... ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download