I'm planning on distributing postgre开发者_如何学Pythonsql with my windows application but the size of postgresql is too big, what are some of the file that can be removed from the package to reduce the size of the postgresql server?
I think you can safely remove the following directories:
- include
- doc
- installer
- pgAdmin III
- scripts
- StackBuilder
- symbols (not 100% sure about this, but I think they are only needed for debugging)
(Based on the layout after a typical install)
You can also delete
- bin\stackbuilder.exe
- bin\pgAdmin3.exe
精彩评论