<div dir="ltr"><div>Hi Grass Users,<br><br></div>Trying to connect to an existing postgres/postgis database in 7.0.2RC1 but getting older connection details reported which may be preventing a newer connection. Here is the output from 'db.test' below. Note the 'VAR' file is showing the newest details (not revealed in full for the list). References in the 'search_path' to 'public' and 'schema sde' details are from connections going back some three years and creating a new mapset does not change this:-<br>---------------------------------------------------------------------------------<br><br>WARNING:  invalid value for parameter "search_path":<br>""$user", public, sde"<br>DETAIL:  schema "sde" does not exist<br><br>-------------------------------------------------------------------------------------<br><br>(Mon Oct 26 12:39:56 2015)                                                      <br>db.test test=test1                                                              <br>Using DB driver: pg<br>WARNING:  invalid value for parameter "search_path":<br>""$user", public, sde"<br>DETAIL:  schema "sde" does not exist<br>EXECUTE: OK<br>WARNING:  invalid value for parameter "search_path":<br>""$user", public, sde"<br>DETAIL:  schema "sde" does not exist<br>EXECUTE: OK<br>WARNING:  invalid value for parameter "search_path":<br>""$user", public, sde"<br>DETAIL:  schema "sde" does not exist<br>EXECUTE: OK<br>DBMI-PostgreSQL driver error:<br>Unable to select:<br>SELECT * FROM grass_test1<br>ERROR:  relation "grass_test1" does not exist<br>LINE 1: SELECT * FROM grass_test1<br>                      ^<br>WARNING:  invalid value for parameter "search_path":<br>""$user", public, sde"<br>DETAIL:  schema "sde" does not exist<br>DBMI-PostgreSQL driver error:<br>Unable to select:<br>SELECT * FROM grass_test1<br>ERROR:  relation "grass_test1" does not exist<br>LINE 1: SELECT * FROM grass_test1<br>                      ^<br>ERROR: EXECUTE: ******** ERROR ********<br>0a1,2<br>> 1|123.456|abcd<br>> 2||xxx<br>ERROR: RESULT: ******** ERROR ********<br>DBMI-PostgreSQL driver error:<br>Unable to select:<br>SELECT c1 FROM grass_test1 WHERE d1 < 500 / 2 AND i1 <> 2<br>AND c1 LIKE '%bc%'<br>ERROR:  relation "grass_test1" does not exist<br>LINE 1: SELECT c1 FROM grass_test1 WHERE d1 < 500 / 2 AND i1<br><> 2  A...<br>                       ^<br>WARNING:  invalid value for parameter "search_path":<br>""$user", public, sde"<br>DETAIL:  schema "sde" does not exist<br>DBMI-PostgreSQL driver error:<br>Unable to select:<br>SELECT c1 FROM grass_test1 WHERE d1 < 500 / 2 AND i1 <> 2<br>AND c1 LIKE '%bc%'<br>ERROR:  relation "grass_test1" does not exist<br>LINE 1: SELECT c1 FROM grass_test1 WHERE d1 < 500 / 2 AND i1<br><> 2  A...<br>                       ^<br>ERROR: EXECUTE: ******** ERROR ********<br>0a1<br>> abcd<br>ERROR: RESULT: ******** ERROR ********<br>WARNING:  invalid value for parameter "search_path":<br>""$user", public, sde"<br>DETAIL:  schema "sde" does not exist<br>EXECUTE: OK<br>WARNING:  invalid value for parameter "search_path":<br>""$user", public, sde"<br>DETAIL:  schema "sde" does not exist<br>EXECUTE: OK<br>WARNING:  invalid value for parameter "search_path":<br>""$user", public, sde"<br>DETAIL:  schema "sde" does not exist<br>EXECUTE: OK<br>DBMI-PostgreSQL driver error:<br>Unable to select:<br>SELECT * FROM grass_test1<br>ERROR:  relation "grass_test1" does not exist<br>LINE 1: SELECT * FROM grass_test1<br>                      ^<br>WARNING:  invalid value for parameter "search_path":<br>""$user", public, sde"<br>DETAIL:  schema "sde" does not exist<br>DBMI-PostgreSQL driver error:<br>Unable to select:<br>SELECT * FROM grass_test1<br>ERROR:  relation "grass_test1" does not exist<br>LINE 1: SELECT * FROM grass_test1<br>                      ^<br>0a1,3<br>> 1|123.456|abcd|<br>> 2|18.6|xxx|987<br>> 3|0|_\'_|<br>ERROR: EXECUTE: ******** ERROR ********<br>ERROR: RESULT: ******** ERROR ********<br>CREATE TABLE grass_test1 (i1 INTEGER, d1 DOUBLE PRECISION, c1 VARCHAR(20))<br>INSERT INTO grass_test1 VALUES ( 1, 123.456, 'abcd' )<br>INSERT INTO grass_test1 VALUES ( 2, null, 'xxx' )<br>SELECT * FROM grass_test1<br>SELECT c1 FROM grass_test1 WHERE d1 < 500 / 2 AND i1 <> 2  AND c1 LIKE '%bc%' <br>INSERT INTO grass_test1 VALUES ( 3, 0.0, '_\''_' )<br>ALTER TABLE grass_test1 ADD COLUMN i2 INTEGER<br>UPDATE grass_test1 SET d1 = 18.6, i2 = 987  WHERE i1 = 2<br>SELECT * FROM grass_test1<br>DROP TABLE grass_test1<br>WARNING:  invalid value for parameter "search_path":<br>""$user", public, sde"<br>DETAIL:  schema "sde" does not exist<br>EXECUTE: OK<br>(Mon Oct 26 12:39:58 2015) Command finished (2 sec)<br><br><br><br>---------------------------------------------------------------------------------- <br><br><br>'VAR' File contents below<br><br>DB_DRIVER: pg<br>DB_DATABASE: host=?????.?????-??????????.???.??,dbname=???????<br>DB_SCHEMA: grass_gis<br>DB_GROUP: postgres<br><br><br><br>------------------------------------------------------------------------------------------------------------- <br clear="all"><div><div><br>-- <br><div class="gmail_signature"><div dir="ltr"><b>Paul J. Shapley </b><span style="font-family:times new roman,serif"><font size="2"><span style="font-family:arial,helvetica,sans-serif">MSc CGeog (GIS) FRGS</span></font><br></span><b><br></b></div></div>
</div></div></div>