<listitem><para>Set the environment variables PGSHARE,PG_INC,PG_LIB,
PTHREADS_INC,PTHREADS_LIB, GETTEXT_LIB to point to the proper locations
based on where these applications were installed. You will also
-need to set SLONY_VERSION to the version of slony you are building.
+need to set SLONY_VERSION to the version of slony you are building.
+The PGVER environment variable should be set the PostgreSQL MAJOR
+number of the PostgreSQL instance you are compiling against(8.4 , 9.1, etc..).
For example</para>
<programlisting>
set PG_INC=c:\Postgresql\9.0\include
set PTHREADS_INC=c:\pthreads-win32\include
set PTHREADS_LIB=c:\pthreads-win32\lib
set GETTEXT_LIB=c:\gettext\lib
-set SLONY_VERSION=2.2.0
set GETTEXT_INC=c:\gettext\include
+set SLONY_VERSION=2.2.0
+set PGVER=9.2
</programlisting>
<para>
Note that the backslash characters must be escaped for PGSHARE as in the