adspace
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