I am very new to postgreSQL and struggling to create a connection in my Eclipese.
Here is what I have done till now:
- Installed DBeaver plugin for eclipse from marketplace.
Installed PostgreSQL version 10 from https://www.postgresql.org/download/windows/
Now I attempt to create a connection in Eclipse but I get an error "FATAL: password authentication failed for user "testuser"
I checked through a similar thread ( Getting authentication failed error with postgresql from command line ) but could not resolve the issue.
Could you please help.