[GRASS-dev] [GRASS GIS] #3167: db.connect: connection to remote database does not work
GRASS GIS
trac at osgeo.org
Mon Sep 26 07:12:04 PDT 2016
#3167: db.connect: connection to remote database does not work
--------------------------+-----------------------------------
Reporter: mlennert | Owner: grass-dev@…
Type: defect | Status: new
Priority: blocker | Milestone: 7.0.5
Component: Database | Version: unspecified
Resolution: | Keywords: postgresql db.connect
CPU: Unspecified | Platform: Unspecified
--------------------------+-----------------------------------
Comment (by martinl):
Replying to [ticket:3167 mlennert]:
> {{{
> createdb -h myRemoteServer testgrass
> grass70 -c /data/GRASS/DATA7/nc_spm_08/postgres_test
> db.connect driver=pg database="host=myRemoteServer,dbname=testgrass"
> }}}
did you tried
{{{
db.connect driver=pg database=testgrass
db.connect driver=pg database=testgrass host=myRemoteServer
}}}
? Martin
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3167#comment:2>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list