postgres createuser with password from terminal postgres createuser with password from terminal postgresql postgresql

postgres createuser with password from terminal


sudo -u postgrespsql -c "create role NewRole with login password 'secret';"