Bersania - Postgresql Installation On Ubuntu - BW
Bersania - Postgresql Installation On Ubuntu - BW
Documentation Directory
When installing from a package, the launch of the PostgreSQL Creating a new role (user)
cluster is added to the OS startup settings. Therefore, after loading # create user <username> with password '123456';
the operating system, you do not need to start PostgreSQL separa‐ # alter user <username> with SUPERUSER;
tely. or
Managing the PostgreSQL service $sudo -u postgres createuser --interactive