Installez PostgreSQL 12 sur Debian 10

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