PostgreSQL Create User
The PostgreSQL Create User Tool allows users to visually create users for PostgreSQL.
The create user tools prompts the user for the following information:
User Name (The name of the user to create)
Password (The password for the new user)
Listed below is an example SQL statement generated by the Create User Tool for PostgreSQL
CREATE USER testuser WITH PASSWORD 'testpass'