[GRASS-SVN] r58852 - grass/branches/develbranch_6/db/drivers/postgres
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Feb 3 08:26:59 PST 2014
Author: neteler
Date: 2014-02-03 08:26:58 -0800 (Mon, 03 Feb 2014)
New Revision: 58852
Modified:
grass/branches/develbranch_6/db/drivers/postgres/grass-pg.html
Log:
grass-pg manual: backport updates from trunk
Modified: grass/branches/develbranch_6/db/drivers/postgres/grass-pg.html
===================================================================
--- grass/branches/develbranch_6/db/drivers/postgres/grass-pg.html 2014-02-03 16:26:56 UTC (rev 58851)
+++ grass/branches/develbranch_6/db/drivers/postgres/grass-pg.html 2014-02-03 16:26:58 UTC (rev 58852)
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
-<title>GRASS-PostgreSQL DB driver</title>
+<title>GRASS GIS manual: GRASS-PostgreSQL DB driver</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="grassdocs.css" type="text/css">
</head>
@@ -13,6 +13,11 @@
<!-- meta page description: PostgreSQL driver -->
<h1>PostgreSQL DB driver in GRASS</h1>
+<h2>KEYWORDS</h2>
+database, attribute table, driver
+
+<h2>DESCRIPTION</h2>
+
The DB (database) driver name in GRASS is <b>pg</b>.
<h2>Creating a PostgreSQL database</h2>
@@ -113,40 +118,44 @@
<ul>
<li><a href="http://postgis.refractions.net/download/">PostGIS with shp2pgsql</a>:<br>
<tt>shp2pgsql -D lakespy2 lakespy2 test > lakespy2.sql</tt>
-<p>
+</li>
<li><a href="http://e00pg.sourceforge.net/">e00pg</a>: E00 to PostGIS filter,
see also <em><a href="v.in.e00.html">v.in.e00</a></em>.
-<p>
+</li>
<li>GDAL/OGR <a href="http://www.gdal.org/ogr/">ogrinfo and ogr2ogr</a>:
GIS vector format converter and library, e.g. ArcInfo or SHAPE to PostGIS.<br>
<tt>ogr2ogr -f "PostgreSQL" shapefile ??</tt>
-<p>
+</li>
</ul>
-
<h2>SEE ALSO</h2>
<em>
<a href="db.connect.html">db.connect</a>,
-<a href="db.execute.html">db.execute</a>,<br>
+<a href="db.execute.html">db.execute</a>
+</em>
+
+<p>
<a href="databaseintro.html">Database management in GRASS GIS</a>,<br>
<a href="database.html">Help pages for database modules</a>,<br>
-<a href="sql.html">SQL support in GRASS GIS</a>
-</em>
+<a href="sql.html">SQL support in GRASS GIS</a><br>
+
+<h2>REFERENCES</h2>
+
+<ul>
+<li><a href="http://www.postgresql.org/">PostgreSQL web site</a></li>
+<li><a href="http://www.pgadmin.org/">pgAdmin graphical user interface</a></li>
+<li><a href="http://www.gdal.org/ogr/drv_pg.html">GDAL/OGR PostgreSQL
+driver documentation</a></li>
+</ul>
+
<p>
-<em>
-<a href="http://www.postgresql.org/">PostgreSQL web site</a>,<br>
-<a href="http://www.pgadmin.org/">pgAdmin graphical user interface</a>
-<p>
-<a href="http://www.gdal.org/ogr/drv_pg.html">GDAL/OGR PostgreSQL driver
-documentation</a>
-</em>
-
-<p><i>Last changed: $Date$</i>
+<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>
+<a href="database.html">Database index</a> -
+<a href="full_index.html">Full index</a>
+<p>© 2003-2014 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 6 Reference Manual
</body>
</html>
More information about the grass-commit
mailing list