ubunto start PostgreSQL code example
Example 1: how to start psql in linux
sudo service postgresql start
# To start the postgresql service
Example 2: ubuntu install and configure postgres server
sudo apt update
sudo apt install postgresql postgresql-contrib