How To Install PostgreSQL 9.6 on Ubuntu 20.04

July 1, 2021 in Tutorial7 minutes

Introduction {#h-introduction} In this tutorial, we learn how to install PostgreSQL 9.6 on Ubuntu 20.04 (Focal Fossa). PostgreSQL, or usually called Postgres, is an open-source object-relational database management system (ORDBMS) with an emphasis on extensibility and standards compliance. PostgreSQL is ACID-compliant and transactional. It is developed by PostgreSQL Global Development Group (PGDG) that consists of many companies and individual contributors. PostgreSQL released under the terms of PostgreSQL license. PostgreSQL 9.6 was released on 29 September 2016. Major enhancements in PostgreSQL 9.6 includes: _ Scale up with parallel query _ Scale Out with Synchronous Replication and postgres_fdw _ Better Text Search with Phrases _ Smoother, Faster, and Easier to Use _ New system views and functions: pg\_stat\_wal\_receiver, pg\_visibility, pg\_config, pg\_blocking\_pids, pg\_notification\_queue\_usage _ Command progress reporting support _ Cascade support for installing extensions _ pg_basebackup concurrency and replication slot support _ Wait Event support _ View editing and crosstabs in psql _ User-defined expiration for old snapshots _ Index-only scans for partial indexes

⚠️ PostgreSQL 9.6 will reach end of life (EOL) on November 11, 2021. You might want to use newer version of PostgreSQL like PostgreSQL 10, PostgreSQL 11, PostgreSQL 12, or PostgreSQL 13