pieter michels

Github    Ask me anything   

January 23, 2012 at 8:36pm

Home

How to login to postgresql through psql from a linux user →

If you get these errors while trying to access your PostgreSQL database through ‘psql’:

psql: FATAL:  Peer authentication failed for user “postgres”

This was exactly what I was looking for.
So I updated my postgreSQL install script.

Notes

  1. pieterm posted this