PostgreSQL Create Roles and Users Guide
In order to connect to a PostgreSQL database, you must have a PostgreSQL user. A user in PostgreSQL has a username and a password to connect to the PostgreSQL server. Additionally, you can grant him various permissions to carry out his work. It is also possible to form a user …