[GRASS-SVN] r53119 - grass/branches/releasebranch_6_4/lib/db/sqlp

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 7 02:17:22 PDT 2012


Author: neteler
Date: 2012-09-07 02:17:21 -0700 (Fri, 07 Sep 2012)
New Revision: 53119

Modified:
   grass/branches/releasebranch_6_4/lib/db/sqlp/description.html
Log:
db drivers: manual cleanup

Modified: grass/branches/releasebranch_6_4/lib/db/sqlp/description.html
===================================================================
--- grass/branches/releasebranch_6_4/lib/db/sqlp/description.html	2012-09-07 09:15:49 UTC (rev 53118)
+++ grass/branches/releasebranch_6_4/lib/db/sqlp/description.html	2012-09-07 09:17:21 UTC (rev 53119)
@@ -13,7 +13,7 @@
 <img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
 
 <!-- meta page description: SQL support introduction -->
-<H2>SQL support in GRASS GIS</H2>
+<h2>SQL support in GRASS GIS</h2>
 
 GRASS can use various RDBMS and embedded databases. 
 SQL queries are directly passed to the underlying 
@@ -21,7 +21,7 @@
 The set of supported SQL commands depends on the RDMBS 
 and driver selected.  
 
-<H2>Drivers</H2>  
+<h2>Drivers</h2>  
 The list of available drivers can vary in various binary 
 distributions of GRASS. 
 <p>
@@ -48,7 +48,7 @@
 </table>
 
 
-<H2>NOTES</H2>
+<h2>NOTES</h2>
 
 <ul>
 <li> SQL does not support '.' (dots) in table names.
@@ -72,7 +72,7 @@
 Display all vector points except for LAMAR valley and <i>extensive trapping</i> (brackets are superfluous in this example):
 <div class="code"><pre>
 d.vect trapping_sites_points fcol=black icon=basic/diamond col=white size=13 \
-    where="valley <> 'LAMAR' OR (valley = 'LAMAR' AND description = 'extensive trapping')"
+    where="valley <> 'LAMAR' OR (valley = 'LAMAR' AND description = 'extensive trapping')"
 </pre></div>
 
 <p>
@@ -151,20 +151,24 @@
 # the 'z_value' col contains 'N/A' strings, not to be converted
 v.db.update mygeodetic_pts col=zval \
             qcol="CAST(z_value AS double precision)" \
-            where="z_value <> 'N/A'"
+            where="z_value <> 'N/A'"
 </pre></div>
 
 <h2>SEE ALSO</h2>
 
-<a href="databaseintro.html">Database management in GRASS GIS</a>,<BR>
-<a href="database.html">Help pages for database modules</a>,<BR>
-<a href=http://www.redhat.com/docs/manuals/database/RHDB-2.1-Manual/sql/sqlreference.html>SQL
-    Guide and Reference</a> (Red Hat)
+<em>
+<a href="databaseintro.html">Database management in GRASS GIS</a>,
+<a href="database.html">Help pages for database modules</a>
+</em>
 
 
-<p><i>Last changed: $Date$</i></p>
-<HR>
-<BR><a href=index.html>Help Index</a>
-<P>© 2008 <a href="http://grass.osgeo.org">GRASS Development Team</a></P>
+<p>
+<i>Last changed: $Date$</i>
+<hr>
+<br>
+<a href="index.html">Main index</a> -
+<a href="database.html">database index</a> -
+<a href="full_index.html">full index</a>
+<p>© 2008-2012 <a href="http://grass.osgeo.org">GRASS Development Team</a>
 </body>
 </html>



More information about the grass-commit mailing list