adspace


How do I start postgresql in linux?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of postgresql?

959