2014-05-24 22:40 GMT+02:00 Martin Landa <[email protected]>: > done in r60461 (wxGUI error), I have also added note about db.login > r60462 (trunk only). Ideally the wxGUI dialog should contain > user/passwd widget to enter the values directly without need to launch > db.login explicitly. Please feel free to fill enhancement ticket.
related - in r60465-6 I fixed `db.databases` to understand settings from `db.login`. $ db.databases dri=pg DBMI-PostgreSQL driver error: Unable to connect to Postgres: fe_sendauth: no password supplied DBMI-PostgreSQL driver error: Unable to connect to Postgres: fe_sendauth: no password supplied ERROR: Unable to list databases. Try to define correct connection settings by db.login. $ db.login dri=pg user=martin pass=xxx $ db.databases dri=pg template1 template0 postgres ... Martin -- Martin Landa * http://geo.fsv.cvut.cz/gwiki/Landa _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
