typo fixed (ENABLE_SEQSCAN missing) - PG7.4 support listed in 2.2
authorSandro Santilli <strk@keybit.net>
Wed, 19 Nov 2003 10:27:10 +0000 (10:27 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 19 Nov 2003 10:27:10 +0000 (10:27 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@366 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index 705ef739f584d2729797d6f91eedf278f1de3712..ccf7ad34bfaa1eade716524b101ac5fc23f375fb 100644 (file)
                          is available at 
                          <ulink url="http://www.postgresql.org">http://www.postgresql.org</ulink>.
                        </para> 
-                       <para>PostGIS @@LAST_RELEASE_VERSION@@ can be built against PostgreSQL versions 7.1.x, 7.2.x or 7.3.x.
+                       <para>PostGIS @@LAST_RELEASE_VERSION@@ can be built against PostgreSQL versions 7.1.0 to 7.4.x.
                          Earlier versions of PostgreSQL are <emphasis>not</emphasis> supported.
                        </para> 
                        <orderedlist> 
@@ -1214,7 +1214,7 @@ WHERE
                                        </listitem> 
                                        <listitem> 
                                                <para>If vacuuming does not work, you can force the planner to use the index
-                                                 information by using the "SET =OFF" command. You should only use
+                                                 information by using the "SET ENABLE_SEQSCAN=OFF" command. You should only use
                                                  this command sparingly, and only on spatially indexed queries: generally
                                                  speaking, the planner knows better than you do about when to use normal B-Tree
                                                  indexes. Once you have run your query, you should consider setting