Problem Description
I did a new install of PostgreSQL 8.4 on [Linux Mint][1]/[Ubuntu][2]. How do I create a user for PostgreSQL and log in using *psql*?
When I type `psql`, it just tells me
> psql: FATAL: Ident authentication failed for user "my-ubuntu-username"
[1]: https://en.wikipedia.org/wiki/Linux_Mint
[2]: https://en.wikipedia.org/wiki/Ubuntu_%28operating_system%29
AI-Generated Solution
Powered by LMSouq AI · GPT-4.1-mini
Analyzing problem and generating solution…
Was this solution helpful?