| 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.
- Host name/IP address: localhost
- Port: 5432
- User name: postgres
- Password: <blank>
See also:
General Settings

|