PostgreSQL Localhost Connection Settings

When you attempt to connect to a PostgreSQL server, the server accepts or rejects the connection based on your identity and whether or not you can verify your identity by supplying the correct password.

By default, PostgreSQL gives "postgres" as username and leave the password field blank.


See also:
General Settings for PostgreSQL