[GRASS-SVN] r58460 - grass/branches/develbranch_6/db/base

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 14 14:30:45 PST 2013


Author: neteler
Date: 2013-12-14 14:30:45 -0800 (Sat, 14 Dec 2013)
New Revision: 58460

Modified:
   grass/branches/develbranch_6/db/base/db.connect.html
Log:
db.connect.html: explain dbname parameter

Modified: grass/branches/develbranch_6/db/base/db.connect.html
===================================================================
--- grass/branches/develbranch_6/db/base/db.connect.html	2013-12-14 22:30:14 UTC (rev 58459)
+++ grass/branches/develbranch_6/db/base/db.connect.html	2013-12-14 22:30:45 UTC (rev 58460)
@@ -60,7 +60,8 @@
 
 <h3>PostgreSQL</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 <a href=db.login.html>db.login</a>):
 <br>
 <div class="code"><pre>
 db.connect driver=pg database="host=myserver.itc.it,dbname=mydb"
@@ -72,7 +73,8 @@
 
 <h3>PostgreSQL with different port</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 <a href=db.login.html>db.login</a>):
 <br>
 <div class="code"><pre>
 db.connect driver=pg database="host=myserver.itc.it,dbname=mydb,port=6666"
@@ -96,7 +98,8 @@
 
 <h3>MySQL (external server)</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 <a href=db.login.html>db.login</a>):
 <br>
 <div class="code"><pre>
 db.connect driver=mysql database="host=myserver.itc.it,dbname=mydb"



More information about the grass-commit mailing list