PostgreSQL Add Users
As root or with sudo rights:
# su - postgres -l
postgres@rc3:~$ createuser -P dbuser
Enter password for new role:
Enter it again:
Shall the new role be a superuser? (y/n) y
postgres@rc3:~$ logout
<< PostgreSQL Installation
PostgreSQL Add Database >>