[GRASS-SVN] r58463 - grass/branches/releasebranch_6_4/db/base
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 14 14:40:25 PST 2013
Author: neteler
Date: 2013-12-14 14:40:25 -0800 (Sat, 14 Dec 2013)
New Revision: 58463
Modified:
grass/branches/releasebranch_6_4/db/base/db.connect.html
Log:
db.connect.html: cosmetics (partial sync with trunk)
Modified: grass/branches/releasebranch_6_4/db/base/db.connect.html
===================================================================
--- grass/branches/releasebranch_6_4/db/base/db.connect.html 2013-12-14 22:38:24 UTC (rev 58462)
+++ grass/branches/releasebranch_6_4/db/base/db.connect.html 2013-12-14 22:40:25 UTC (rev 58463)
@@ -3,8 +3,9 @@
<em>db.connect</em> allows the user to set database connection parameters.
These parameters are then taken as default values by modules so that the
user does not need to enter the parameters each time.
+<p>
+The default database backend in GRASS 6 is DBF.
-
<h2>NOTES</h2>
Values are stored in the mapset's <tt>VAR</tt> file;
@@ -43,15 +44,16 @@
db.tables -p
</pre></div>
<p>
-The SQLite database is created automatically when used the first time.
+The SQLite database file is created automatically when used the first time.
<h3>ODBC</h3>
-Network storage: (may require the use of <a href=db.login.html>db.login</a>):
+Network storage, database tables stored in database "mydb"
+(may require the use of <em><a href=db.login.html>db.login</a></em>):
<br>
<div class="code"><pre>
-db.connect driver=odbc database=gtest
+db.connect driver=odbc database=mydb
db.login user=myname [pass=secret]
db.connect -p
db.tables -p
@@ -61,7 +63,7 @@
<h3>PostgreSQL</h3>
Network storage, database tables stored in database "mydb"
-(may require the use of <a href=db.login.html>db.login</a>):
+(may require the use of <em><a href=db.login.html>db.login</a></em>):
<br>
<div class="code"><pre>
db.connect driver=pg database="host=myserver.itc.it,dbname=mydb"
@@ -74,7 +76,7 @@
<h3>PostgreSQL with different port</h3>
Network storage, database tables stored in database "mydb"
-(may require the use of <a href=db.login.html>db.login</a>):
+(may require the use of <em><a href=db.login.html>db.login</a></em>):
<br>
<div class="code"><pre>
db.connect driver=pg database="host=myserver.itc.it,dbname=mydb,port=6666"
@@ -86,7 +88,7 @@
<h3>MySQL (local)</h3>
-Local storage (<a href=db.login.html>db.login</a> may not be needed):
+Local storage (<em><a href=db.login.html>db.login</a></em> may not be needed):
<br>
<div class="code"><pre>
db.connect driver=mysql database=mydb
@@ -99,7 +101,7 @@
<h3>MySQL (external server)</h3>
Network storage, database tables stored in database "mydb"
-(may require the use of <a href=db.login.html>db.login</a>):
+(may require the use of <em><a href=db.login.html>db.login</a></em>):
<br>
<div class="code"><pre>
db.connect driver=mysql database="host=myserver.itc.it,dbname=mydb"
@@ -113,14 +115,18 @@
<em>
<a href="db.columns.html">db.columns</a>,
+<a href="db.copy.html">db.copy</a>,
<a href="db.drivers.html">db.drivers</a>,
<a href="db.login.html">db.login</a>,
<a href="db.tables.html">db.tables</a>,
<a href="v.db.addtable.html">v.db.addtable</a>,
-<a href="v.db.connect.html">v.db.connect</a>,
-<a href="sql.html">GRASS SQL interface</a></em>
+<a href="v.db.connect.html">v.db.connect</a>
+</em>
+<p>
+<a href="sql.html">GRASS SQL interface</a>
+
<h2>AUTHOR</h2>
Radim Blazek, ITC-Irst, Trento, Italy
More information about the grass-commit
mailing list