How not to initialize postgresql with ubuntu?

1

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?

    
asked by anonymous 04.02.2015 / 14:48

1 answer

-1

Try the following:

sudo service postgresql disable
    
17.11.2015 / 18:47