]> granicus.if.org Git - postgis/commitdiff
Fix syntax error in spatial_ref_sys hard upgrade directions (#373)
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 9 Mar 2010 00:37:49 +0000 (00:37 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 9 Mar 2010 00:37:49 +0000 (00:37 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5389 b70326c6-7e19-0410-871a-916f4a2858ee

doc/installation.xml

index f573c4d663e381c28557da8d41b4f9fa693aa3d8..963b6d4d04c2ac839e280f6991c2bc9bbf7d97d3 100644 (file)
@@ -791,7 +791,7 @@ $ psql newdb -c "ALTER TABLE geometry_columns DROP stats"</programlisting>
          </para>
 
          <programlisting>$ psql newdb
-newdb=&gt; drop spatial_ref_sys;
+newdb=&gt; truncate spatial_ref_sys;
 DROP
 newdb=&gt; \i spatial_ref_sys.sql</programlisting>
        </sect2>