I tried to install PostgreSQL, the 7.5 binary development night-build (since I can’t build it from source). The basic procedure is:
- Unzip in directory, let's assume C:PostgreSQL
- Add C:PostgreSQLBin and C:PostgreSQLlib to PATH
- Add environmentvariable PGDATA and have it point to C:PostgreSQLData
- Now start the following command: initdb -L "C:/postgresql/share"
First problem encountered: PostgreSQL won’t run as admin. So I created a limited-user (I’m using Windows XP Pro) and logged in as that user. The init-command now crashes with an unhandled exception. Can’t see what it is, or what to do about it. Just a message that somebody is sorry for the inconvenience (you know what I’m talking about!).
Let’s wait a while until 7.5 with the real Windows installer is there. In some online documents I read that this Windows support was supposed to be included in version 7.4 already. But hey, who cares about tons of users?