[GRASS-SVN] r59625 - grass/branches/releasebranch_7_0/vector/v.out.ogr

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 7 02:45:27 PDT 2014


Author: martinl
Date: 2014-04-07 02:45:27 -0700 (Mon, 07 Apr 2014)
New Revision: 59625

Modified:
   grass/branches/releasebranch_7_0/vector/v.out.ogr/v.out.ogr.html
Log:
v.out.ogr: manual postgis cosmetics
           (merge r59624 from trunk)


Modified: grass/branches/releasebranch_7_0/vector/v.out.ogr/v.out.ogr.html
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.out.ogr/v.out.ogr.html	2014-04-07 09:43:53 UTC (rev 59624)
+++ grass/branches/releasebranch_7_0/vector/v.out.ogr/v.out.ogr.html	2014-04-07 09:45:27 UTC (rev 59625)
@@ -110,16 +110,16 @@
 
 <h3>Export to PostgreSQL/PostGIS</h3>
 
-Export areas from GRASS vector map directly to PostGIS:
+Export areas from GRASS vector map to PostGIS database:
 
 <div class="code"><pre>
 v.out.ogr input=polygons type=area dsn="PG:host=localhost dbname=postgis user=postgres" olayer=polymap format=PostgreSQL
 </pre></div>
 
-<i>Note:</i> For exporting GRASS vector data to PostGIS database
-should be used <em><a href="v.out.postgis.html">v.out.postgis</a></em>
-module. This module supports beside simple features also topological
-format PostGIS Topology.
+<i>Note:</i> For exporting GRASS vector data to PostGIS database can
+be also used <em><a href="v.out.postgis.html">v.out.postgis</a></em>
+module. This module is not based on OGR library and supports beside
+simple features also topological format (PostGIS Topology).
 
 <h3>Export to KML (Google Earth)</h3>
 



More information about the grass-commit mailing list