wikiti
10/10/2017 - 12:55 PM

Create an admin user for PostgreSQL

Create an admin user for PostgreSQL by using postgres user and psql cli.

CREATE USER "username" PASSWORD 'password' LOGIN SUPERUSER CREATEDB;