[GRASS-user] How Does GRASS Handle PostgreSQL Database Name
Change?
Rich Shepard
rshepard at appl-ecosys.com
Thu Mar 22 12:59:48 EDT 2012
On Thu, 22 Mar 2012, Maris Nartiss wrote:
> As goes for a GUI crash, please, report it in the issue tracker, as WXGUI
> shouldn't crash if DB connection information isn't correct.
Osgeo didn't like something about my attempts to create an account so I
could post the problem. As it did not tell me what it didn't like, I gave up
after a couple of attempts.
Context: trying to view the attributes of a vector map that apparently was
re-projected without the attributes following along. Results:
DBMI-Postgres driver error:
select * from fluvial where 1 = 0
ERROR: relation "fluvial" does not exist
LINE 1: select * from fluvial where 1 = 0
^
GRASS_INFO_ERROR(30342,1): Unable to describe table <fluvial>
GRASS_INFO_END(30342,1)
GRASS_INFO_ERROR(30345,1): Unable to describe table <fluvial>
GRASS_INFO_END(30345,1)
DBMI-Postgres driver error:
select * from fluvial where 1 = 0
ERROR: relation "fluvial" does not exist
LINE 1: select * from fluvial where 1 = 0
^
GRASS_INFO_ERROR(30425,1): Unable to describe table <fluvial>
GRASS_INFO_END(30425,1)
GRASS_INFO_ERROR(30428,1): Unable to describe table <fluvial>
GRASS_INFO_END(30428,1)
No more wxGUI.
Rich
More information about the grass-user
mailing list