How can I Create a PostgreSQL user?
You need to create a PostgreSQL user before that user is able to use the database. This does not automatically allow the user to use a database - you need to grant that user permission to the specific database first. 1- Click on the PostgreSQL databases button on the Cpanel home page. 2- Enter the user's name in the UserName field and the user's password in the Password field. 3- Click on the Add User button.