updating windows compile docs to mention PGVER
authorSteve Singer <[email protected]>
Thu, 6 Jun 2013 14:55:01 +0000 (10:55 -0400)
committerSteve Singer <[email protected]>
Thu, 6 Jun 2013 14:55:01 +0000 (10:55 -0400)
doc/adminguide/installation.sgml

index ce9ba2ef8b618a9fd4a6264dc073308a987e4aa9..6d883bafb0b6968f3acde84a223d0bcb5362a4db 100644 (file)
@@ -237,7 +237,9 @@ To compile the &slony1; binaries you will need to
 <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
@@ -246,8 +248,9 @@ set PGSHARE=c:\\Postgresql\\9.0\\share
 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