Creating PostgreSQL Users
 

Unlike with other databases, a PostgreSQL database cannot be created without a user. You must ensure you use the following sequence:
 

1.

Create a PostgreSQL user.
 

2.

Create a database.
 

Note: The first user in the list of users is the owner of a database, however the database can be used by others who obtain permissions from the owner.

 

 

 

To create a PostgreSQL database user, do the following:
 

1.

Click the PostgreSQL Server icon on your control panel home page.
 

2.

At the bottom of the page that shows, click the Add user icon to start creating a new user.
 

 


 

3.

Fill the Add PostgreSQL user form on the PostgreSQL Users page.
 

 


 

4.

Agree to additional charges.