createuserNapravi PostgreSQL koristnika (uloga). Više informacija: https://www.postgresql.org/docs/current/app-createuser.html.
createuser --interactive {{korisničko_ime}}
createuser {{korisničko_ime}}
createuser {{[-s|--superuser]}} {{korisničko_ime}}
createuser {{[-d|--createdb]}} {{[-r|--createrole]}} {{[-P|--pwprompt]}} {{korisničko_ime}}
createuser {{[-D|--no-createdb]}} {{[-R|--no-createrole]}} {{korisničko_ime}}