Minimal files to run a fully-functional PostgreSQL in Windows

Posted by fxam on Stack Overflow See other posts from Stack Overflow or by fxam
Published on 2010-05-17T04:31:11Z Indexed on 2010/05/17 4:40 UTC
Read the original article Hit count: 173

Filed under:

I would like to bundle PostgreSQL into my application. I downloaded the PostgreSQL 9 beta zip without the installer. After extraction, there are 8 directories. I found out that at least the following directories are required to run PostgreSQL properly, at least under my experiments.

bin
lib
share

The question is, are the above three directories really sufficient to run a fullly functional PostgreSQL? Do I need the 'include' and 'symbols' directories?

Also, can I remove 'share\locale' if I don't use these locales?

© Stack Overflow or respective owner

Related posts about postgresql