Unable to connect to server: FATAL: Ident authentication failed for user "postgres" code example
Example: psql: FATAL: Ident authentication failed for user "postgres"
$ sudo -u postgres psql
\password
Enter password: ...
...
$ sudo -u postgres psql
\password
Enter password: ...
...