1
When I execute the command
sudo service postgresql status
appears the following information:
9.3/main (port 5432): online
How do I get Postgresql to stop booting together with the OS (Ubuntu 14 LTS)?
1
When I execute the command
sudo service postgresql status
appears the following information:
9.3/main (port 5432): online
How do I get Postgresql to stop booting together with the OS (Ubuntu 14 LTS)?
Browser other questions tagged postgresql ubuntu
You are not signed in. Login or sign up in order to post.
Try the following: sudo service postgresql disable
– Fernando Júnior