[GRASS-SVN] r59576 - grass/trunk/vector/v.external.out

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Apr 5 02:33:49 PDT 2014


Author: martinl
Date: 2014-04-05 02:33:49 -0700 (Sat, 05 Apr 2014)
New Revision: 59576

Modified:
   grass/trunk/vector/v.external.out/v.external.out.html
Log:
v.external.out: manual cosmetics

Modified: grass/trunk/vector/v.external.out/v.external.out.html
===================================================================
--- grass/trunk/vector/v.external.out/v.external.out.html	2014-04-05 08:41:51 UTC (rev 59575)
+++ grass/trunk/vector/v.external.out/v.external.out.html	2014-04-05 09:33:49 UTC (rev 59576)
@@ -22,16 +22,20 @@
 GRASS is not compiled with PostgreSQL support.
 
 <p>
-Creation <b>options</b> refer to the given output format selected
+Creation <b>options</b> refer to the output format specified
 by <b>format</b> option. See the list of valid creation options
 at <a href="http://www.gdal.org/ogr/ogr_formats.html">OGR formats
 specification page</a>, example
 for <a href="http://www.gdal.org/ogr/drv_shapefile.html">ESRI
 Shapefile</a>
 or <a href="http://www.gdal.org/ogr/drv_pg.html">PostgreSQL/PostGIS</a>
-format (section "Layer Creation Options").
+format (section "Layer Creation Options"). Options are
+comma-separated pairs (<tt>key=value</tt>), the options are
+case-insensitive,
+eg. <tt>options="SCHEMA=myschema,FID=cat"</tt>.
 
-<p>
+<h3>PostgreSQL/PostGIS Creation Options</h3>
+
 Note that built-in <em>GRASS-PostGIS data provider</em>
 (<b>format=PostgreSQL</b>) supports different creation <b>options</b>
 compared to PostgreSQL/PostGIS driver from OGR library:
@@ -72,9 +76,7 @@
   NO</li>
 </ul>
 
-<p>
-Creation <b>options</b> are comma-separated pairs
-(<tt>key=value</tt>), the options are case-insensitive, eg. <tt>options="SCHEMA=myschema,FID=cat"</tt>.
+Note that topological output requires <b>PostGIS version 2 or later</b>.
 
 <h2>EXAMPLES</h2>
 



More information about the grass-commit mailing list