Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How can I start posgresql from bundle, by googling It says command

pg_ctl start [-D DATADIR]

but what path should I give in datadir

no pg_hba.conf or folder nammed data in bundle like in installation

share|improve this question
Which OS? This might be useful, for searching for the data-dirs. – user unknown Apr 11 '11 at 4:55
@ user unknown: Xp – Nirmal- thInk beYond Apr 11 '11 at 5:19

1 Answer

up vote 2 down vote accepted

You should probably reference the documentation. You need to run a command or two to initialize things before you can actually start the server.

share|improve this answer
+1 for linking to the manual – a_horse_with_no_name Apr 11 '11 at 6:50

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.