Instale PostgreSQL 12 en Debian 10

sudo apt update
sudo apt -y install postgresql-12 postgresql-client-12
Emmanuel Mahuni