How to start, stop and restart PostgreSQL database
Definition Description
http://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands/ SQL TARAFI pg_ctlcluster 9.4/main start pg_ctlcluster 9.4/main stop pg_ctlcluster 9.4 main restart ISLETIM SISTEMI TARAFI # service postgresql stop Stopping PostgreSQL: server stopped ok # service postgresql start Starting PostgreSQL: ok # service postgresql restart Restarting PostgreSQL: server stopped ok