Version: 2.0.0
Create User
Easily create a new PostgreSQL user in just a few clicks. Users are used for interacting with databases or the PostgreSQL server.
Navigate to PostgreSQL > Create User:
-
Enter a Username Type your desired username into the input field. Only letters, numbers, and underscores are allowed, and the username must be between 1 and 31 characters long.
-
Enter a Password Type your desired password in the second input field. To generate a strong random password, click the button next to the input field.
-
Click 'Create User' Once you enter or generate the username and password, click the Create User button to create your new PostgreSQL user.
Best Practices​
- Use short and descriptive names (e.g.,
app_user,django_user). - Avoid using uppercase letters, spaces, or special characters.
- Make sure the username is meaningful for easy identification later.
Was this helpful?