Removing a database
Removing a database will delete that database from its online location. Be sure that you have saved a copy of the database if you want to keep any of the information in the database. Removing a database will not remove any user's but it will remove all user's permissions to that database.
To remove a database:
-
Click on the PostgreSQL databases button on the home page.
-
Click on the Delete button next to the specific database.
Creating 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. Refer to Grant a user's permissions to a PostgreSQL database for more information.
To create a PostgreSQL user:
-
Click on the PostgreSQL databases button on the home page.
-
Enter the user's name in the UserName field and the user's password in the Password field.
-
Click on the Add User button.


Removing a user
Removing a user deletes that user - it removes all database permissions that the user has and does not allow that user access to any PostgreSQL databases.
To remove a user:
-
Click on the PostgreSQL databases button on the home page.
-
Click on the Delete button next to the specific user in the Users area.