PostgreSQL Question:

How to start the database server?

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

Read All 24 PostgreSQL Questions
Previous QuestionNext Question
Explain about Multi version concurrency control?How to stop the database server?