crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

Different command to start, stop and restart the PostgreSQL server?
Question Posted on 25 Dec 2022Home >> DataBase >> PostgreSQL >> Different command to start, stop and restart the PostgreSQL server?

Different command to start, stop and restart the PostgreSQL server?
Below are different command to do different process for PostgreSQL:-
(1)To start PostgreSQL Server:-
service postgresql start
And once server is successfully started we usualy get below message:-
Starting PostgreSQL: ok

(2)To restart PostgreSQL Server:-
service postgresql restart
And once server is successfully started we usualy get below message:-
Restarting PostgreSQL: server stopped ok

(3)To stop PostgreSQL Server:-
service postgresql stop
And once server is stopped successfully we get below message:-
Stopping PostgreSQl: server stopped ok
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

Command to create a database in PostgreSQL?

Different command to start, stop and restart the PostgreSQL server?

What do you think what is the capacity of table in PostgreSQL?

Name the top companies use PostgreSQL and why?

How can we update statistics in PostgreSQL?






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap