From efefa6cec0a4b92af1f158c4c17bde7dd4c3b996 Mon Sep 17 00:00:00 2001 From: Chris Hodgson Date: Fri, 26 Jul 2002 16:50:02 +0000 Subject: [PATCH] minor correction git-svn-id: http://svn.osgeo.org/postgis/trunk@177 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/postgis.xml b/doc/postgis.xml index 58bce0178..b81f4e9f5 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -152,7 +152,7 @@ substitutions:UPDATE TABLE <table> SET <geocolum Also check that you have made any necessary changes to the top of the Makefile. This includes: - Changing the USE_PG72=0line to USE_PG72=1 if you are using PostgreSQL 7.2 or newer. If this line is incorrect, it will result in a large number of errors being generated when executing the sql statements in the postgis.sql file. + Changing the USE_PG72=0 line to USE_PG72=1 if you are using PostgreSQL 7.2 or newer. If this line is incorrect, it will result in a large number of errors being generated either when compiling, or when executing the sql statements in the postgis.sql file. Also, if you want to be able to do coordinate reprojections, you must install the Proj.4 library on your system, and set the USE_PROJ variable to 1 in the Makefile. -- 2.50.0