how to set up postgresql 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