I can login to the postgreSQL 17 local server on this computer with user postgres and user 'pali' too by using commandline shell: a term window.
Using pgAdmin4's Object Explorer I can connect to this postgreSQL server with username postgres but can not login neither as postgres nor 'pali' using Query Tool Workspace.
I get the following error message:
connection failed: connection to server at "127.0.0.1", port 5432 failed: FATAL: database "33357" does not exist Multiple connection attempts failed. All failures were: - host: 'localhost', port: '5432', hostaddr: '::1': connection failed: connection to server at "::1", port 5432 failed: FATAL: database "33357" does not exist - host: 'localhost', port: '5432', hostaddr: '127.0.0.1': connection failed: connection to server at "127.0.0.1", port 5432 failed: FATAL: database "33357" does not exist