]> granicus.if.org Git - postgis/commitdiff
minor correction
authorChris Hodgson <chodgson@refractions.net>
Fri, 26 Jul 2002 16:50:02 +0000 (16:50 +0000)
committerChris Hodgson <chodgson@refractions.net>
Fri, 26 Jul 2002 16:50:02 +0000 (16:50 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@177 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index 58bce01785f0c8c4911870a88b6ad961dad370b9..b81f4e9f5a1d2af8f5aba04353142f4032d854dd 100644 (file)
@@ -152,7 +152,7 @@ substitutions:</para><programlisting>UPDATE TABLE &lt;table&gt; SET &lt;geocolum
                </orderedlist>
                <para>Also check that you have made any necessary changes to the top of the Makefile. This includes:</para>
                <orderedlist>
-                       <listitem><para>Changing the <filename>USE_PG72=0</filename>line to <filename>USE_PG72=1</filename> 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.</para></listitem>
+                       <listitem><para>Changing the <filename>USE_PG72=0</filename> line to <filename>USE_PG72=1</filename> 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.</para></listitem>
                        <listitem><para>Also, if you want to be able to do coordinate reprojections, you must install the Proj.4 library on your system, and set the <filename>USE_PROJ</filename> variable to 1 in the Makefile.</para></listitem>
                </orderedlist>
         </sect2>