[GRASS-SVN] r58459 - grass/branches/releasebranch_6_4/db/base
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 14 14:30:15 PST 2013
Author: neteler
Date: 2013-12-14 14:30:14 -0800 (Sat, 14 Dec 2013)
New Revision: 58459
Modified:
grass/branches/releasebranch_6_4/db/base/db.connect.html
Log:
db.connect.html: explain dbname parameter
Modified: grass/branches/releasebranch_6_4/db/base/db.connect.html
===================================================================
--- grass/branches/releasebranch_6_4/db/base/db.connect.html 2013-12-14 14:33:08 UTC (rev 58458)
+++ grass/branches/releasebranch_6_4/db/base/db.connect.html 2013-12-14 22:30:14 UTC (rev 58459)
@@ -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