When I run the command
sudo service postgresql status
the following information appears:
9.3/main (port 5432): online
How do I stop PostgreSQL from booting with Ubuntu 14 LTS?
When I run the command
sudo service postgresql status
the following information appears:
9.3/main (port 5432): online
How do I stop PostgreSQL from booting with Ubuntu 14 LTS?
Try the following:
sudo service postgresql disable