]> 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:38:04 +0000 (00:38 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 9 Mar 2010 00:38:04 +0000 (00:38 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/1.4@5391 b70326c6-7e19-0410-871a-916f4a2858ee

doc/installation.xml

index afd23b05d538eb426b86cd7532313b522ed75400..a179b7d008152e53571587a59738456faec5b32e 100644 (file)
@@ -780,8 +780,8 @@ $ psql newdb -c "ALTER TABLE geometry_columns DROP stats"</programlisting>
       </para>
 
       <programlisting>$ psql newdb
-newdb=&gt; drop spatial_ref_sys;
-DROP
+newdb=&gt; truncate spatial_ref_sys;
+TRUNCATE
 newdb=&gt; \i spatial_ref_sys.sql</programlisting>
     </sect2>
   </sect1>