[GRASS-user] Migrating to new RDBMS
st_kiefer at web.de
st_kiefer at web.de
Wed Oct 31 08:18:32 PDT 2018
The reason I ask is because you have to configure authentication and enable remote access to connect to the database from an application. For me I had to do that to use PG with GRASS.
psql connects via trusted connection because user postgres connects to the DB from local machine. Postgres connects via network connection usually.
I asked for pgadmin because with that tool you can test this behaviour. If you can not connect with pgadmin I would suppose that the authentication issue is what troubles you.
Regards.
Stefan
> Rich Shepard <rshepard at appl-ecosys.com> hat am 31. Oktober 2018 um 15:59 geschrieben:
>
>
> On Wed, 31 Oct 2018, st_kiefer at web.de wrote:
>
> > is it possible to connect to the DB with PGAdmin?
>
> Stefan,
>
> I don't run pgadmin.
>
> The database is on this host, a server/workstation desktop. The postgres
> shell has no problems connecting to any database (they're all owned by me).
> For example:
>
> $ psql willamette-river-hg
> psql (10.3)
> Type "help" for help.
>
> willamette-river-hg=#
>
> I've had no issues connecting directly to any postgres database here using
> psql over the past couple of decades so why grass is having difficulties
> finding this one really puzzles me.
>
> Thanks,
>
> Rich
>
> _______________________________________________
> grass-user mailing list
> grass-user at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/grass-user
More information about the grass-user
mailing list