How to Install postgresql-10-dirtyread in Ubuntu 18.04



Install postgresql-10-dirtyread by entering the following commands in the terminal:

sudo apt update
sudo apt install postgresql-10-dirtyread

Description:

Read dead but unvacuumed tuples from a PostgreSQL relation

The pg_dirtyread extension provides the ability to read dead but unvacuumed rows from a PostgreSQL relation.

Version: 1.3

Section: universe/database