PostgreSQL is an object-relational database system with a solid reputation for stability, robustness, and performance. It is used to store, manipulate and display data in an application.
Establishes a connection with the database under the control of the specified user. psql -d database -U user -W Here, -d = specifies database name and -U = specifies database user.