installing postgresql code example
Example 1: install postgresql ubuntu
sudo apt install postgresql postgresql-contrib
Example 2: install postgresql
sudo snap install postgresql96
Example 3: debian install postgresql
apt-get install postgresql-12