I installed PostgreSQL on my local server (Ubuntu) with IP 192.168.1.10. Now, I\'m trying to access the database from my client machine (Ubuntu) with IP 192.168.1.11 with p
In linux terminal try this:
sudo service postgresql start
sudo service postgresql stop
sudo service postgresql status