pgsql server run code example
Example 1: how to start psql in linux
sudo service postgresql start
# To start the postgresql service
Example 2: start postgres server
pg_ctl -D /usr/local/var/postgres start
sudo service postgresql start
# To start the postgresql service
pg_ctl -D /usr/local/var/postgres start