how to instlall postrgesL ON UBUNTU code example
Example: ubuntu install and configure postgres server
sudo apt update
sudo apt install postgresql postgresql-contrib
sudo apt update
sudo apt install postgresql postgresql-contrib