Skip to content

Instantly share code, notes, and snippets.

@renatamarques97
Created March 30, 2021 20:03
Show Gist options
  • Select an option

  • Save renatamarques97/92ea92a41f31e2c251ed84fe71fb23c4 to your computer and use it in GitHub Desktop.

Select an option

Save renatamarques97/92ea92a41f31e2c251ed84fe71fb23c4 to your computer and use it in GitHub Desktop.
✗ psql -U postgres
role "postgres" does not exist
✗ psql
psql: error: could not connect to server: FATAL:  database "renatamarques" does not exist
✗ createdb
✗ psql

psql (12.4)
Type "help" for help.

✗ renatamarques=# CREATE ROLE postgres WITH CREATEDB CREATEROLE LOGIN SUPERUSER;

CREATE ROLE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment