[GRASS-SVN] r58461 - grass/trunk/db/db.connect
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 14 14:36:02 PST 2013
Author: neteler
Date: 2013-12-14 14:36:02 -0800 (Sat, 14 Dec 2013)
New Revision: 58461
Modified:
grass/trunk/db/db.connect/db.connect.html
Log:
db.connect.html: explain dbname parameter
Modified: grass/trunk/db/db.connect/db.connect.html
===================================================================
--- grass/trunk/db/db.connect/db.connect.html 2013-12-14 22:30:45 UTC (rev 58460)
+++ grass/trunk/db/db.connect/db.connect.html 2013-12-14 22:36:02 UTC (rev 58461)
@@ -34,10 +34,11 @@
<h3>ODBC</h3>
-Network storage: (may require the use of <em><a href=db.login.html>db.login</a></em>):
+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
@@ -46,7 +47,8 @@
<h3>PostgreSQL</h3>
-Network storage: (may require the use of <em><a href=db.login.html>db.login</a></em>):
+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=pg database="host=myserver.itc.it,dbname=mydb"
@@ -58,7 +60,8 @@
<h3>PostgreSQL with different port</h3>
-Network storage: (may require the use of <em><a href=db.login.html>db.login</a></em>):
+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=pg database="host=myserver.itc.it,dbname=mydb,port=6666"
@@ -82,7 +85,8 @@
<h3>MySQL (external server)</h3>
-Network storage: (may require the use of <em><a href=db.login.html>db.login</a></em>):
+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=mysql database="host=myserver.itc.it,dbname=mydb"
More information about the grass-commit
mailing list