or using any other pre-created PostgreSQL win32 / 64 binaries
You can download the ZIP archives and then paste these steps into your installer:
- unzip the archive
- create a Windows user account (if required / necessary - not required since 9.2)
- run
initdb
with approriate options - run
pg_ctl register
to create a windows service
Before integrating a ZIP archive, you can remove all unwanted components from it (for example, pgAdmin, debugging symbols).
source share