How To Resolve PSQL: Fatal: Peer Authentication Failed For User “postgres” Error When Login PostgreSQL In Command Line

When I connect to my local PostgreSQL database server with command $ psql postgres ‘postgres’ I encounter the error message psql: FATAL: Peer authentication failed for user “postgres”. :~$ psql postgres ‘postgres’ psql: FATAL: Peer authentication failed for user “postgres” After investigating I finally find the solution to fix this error. This error is because […]

How To Resolve PSQL: Fatal: Peer Authentication Failed For User “postgres” Error When Login PostgreSQL In Command Line Read More »

How To Install And Manage ( Create, Read, Update, Delete ) PostgreSQL Database On Ubuntu Linux

PostgreSQL is a popular open-source RDBMS database widely used in programming. It is supported by multiple programming languages such as python, java, etc. This article will tell you how to install and manage PostgreSQL on Ubuntu Linux both with command line and pgAdmin3 ( a graphical user interface tool).

How To Install And Manage ( Create, Read, Update, Delete ) PostgreSQL Database On Ubuntu Linux Read More »