How do I start postgresql in linux?



How do I start postgresql in linux?..

Answer / Madan Kumar

To start the PostgreSQL server in Linux, use one of these methods:
1. Run `pg_ctl start` or `service postgresql start`.
2. If you have a custom configuration file (usually named `postgresql.conf`), make your changes and then restart the server with `pg_ctl reload`.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

How to drop all tables in postgresql?

1 Answers  


What is self referencing foreign key?

1 Answers  


What is a dead tuple?

1 Answers  


How do you change the name of a column?

1 Answers  


What is foreign key in postgresql?

1 Answers  


What is sequelize?

1 Answers  


Is primary key indexed by default in postgres?

1 Answers  


What does create schema do?

1 Answers  


What is mvcc in postgresql?

1 Answers  


Is postgresql a relational database?

1 Answers  


What is foreign key violation?

1 Answers  


How do I connect to a postgresql database in windows?

1 Answers  


Categories