I'm using your Windows Slony-I 2.0.2 package (slony-I-2.0.2R-pg84.zip). It's great that you have made such a package available, as setting up a MinGW build system is a big hassle - You have saved people a lot of time. I would like to point out some areas in which it could be improved upon - perhaps not right away, but in future releases: 1. The binary looks for the Slony SQL scripts in C:\MinGW\local\pgsql\share. This is sub-optimal. 2. Your documentation should point out the necessity of explicitly specifying an event node in slonik scripts as of Slony-I 2.0. i.e. This won't work: store node (id=2, comment = 'Slave node'); But this will: store node (id=2, comment = 'Slave node', event node=1); 3. The documentation should point out that PgAdmin3 won't recognise the Slony SQL scripts, and that users should follow the "Replicating your first database" section of the Slony-I docs, while bearing in mind the caveat above about explicitly specifying an event node. Since most people using your package will do so because a Windows binary package of Slony 2.0.0+ isn't available from the application stack builder, they will be used to Slony-I 1.2.*, and this is likely to trip them up, as it tripped me up. Thanks for your great contributions to PostgreSQL, Regards, Peter Geoghegan