PostgreSQL is an object-relational DBMS that is SQL-compliant. Postgres being an ‘object-relational’ DBMS means that it supports table inheritance and function overloading, inspired by OOP. It’s an open-source successor to the proprietary Ingres DBMS, hence the name ‘Postgres’.
PSQL CLI
Launching psql and connecting to a local or remote database server: