[GRASS-SVN] r59164 - grass/trunk/vector/v.in.db
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Mar 2 06:01:15 PST 2014
Author: martinl
Date: 2014-03-02 06:01:15 -0800 (Sun, 02 Mar 2014)
New Revision: 59164
Modified:
grass/trunk/vector/v.in.db/v.in.db.html
Log:
v.in.db: pg related cosmetics in the manual
Modified: grass/trunk/vector/v.in.db/v.in.db.html
===================================================================
--- grass/trunk/vector/v.in.db/v.in.db.html 2014-03-02 14:00:52 UTC (rev 59163)
+++ grass/trunk/vector/v.in.db/v.in.db.html 2014-03-02 14:01:15 UTC (rev 59164)
@@ -12,8 +12,8 @@
table=pat_stazioni x=east y=north z=quota key=id output=pat_stazioni
</pre></div>
<p>If an ID column is not not present in the PostgreSQL table,
-a new column should be added. See <a href="grass-pg.html">pg</a> driver
-page for detail.
+a new column should be added. See <a href="grass-pg.html">PostgreSQL DB driver</a>
+page for details.
<h3>2) Creating a map from PostGIS:</h3>
@@ -23,9 +23,12 @@
table=station x="x(geom)" y="y(geom)" z="z(geom)" key=id out=meteostations
</pre></div>
<p>If an ID column is not not present in the PostgreSQL table,
-a new column should be added. See <a href="grass-pg.html">pg</a> driver
-page for detail.
+a new column should be added. See <a href="grass-pg.html">PostgreSQL DB driver</a>
+page for details.
+<p>Alternatively a point vector map can be imported from PostGIS
+database using <em><a href="v.in.ogr.html">v.in.ogr</a></em>.
+
<h3>3) Import of a points table (x, y, z) from DBF file to vector points map:</h3>
<div class="code"><pre>
More information about the grass-commit
mailing list