PostgreSQL Question:
Download Questions PDF

How to start the database server?

PostgreSQL Interview Question
PostgreSQL Interview Question

Answers:

Answer #1
/usr/local/etc/rc.d/010.pgsql.sh start
/usr/local/etc/rc.d/postgresql start

Answer #2
/usr/local/bin/postgres -D /usr/local/pgsql/data

Download PostgreSQL Interview Questions And Answers PDF

Previous QuestionNext Question
Explain about Multi version concurrency control?How to stop the database server?