open a postgress server code example
Example 1: how to start psql in linux
sudo service postgresql start
# To start the postgresql service
Example 2: start postgres server
brew services start postgresql
sudo service postgresql start
# To start the postgresql service
brew services start postgresql