Hmmm ... everything looks fine. What kind of messages do you get when you restart postgres? You are running the postgres server on the same machine as you are running qgis on?
And by the way, the error message you showed us, means that qgis is not able to find postgres at all, this usually means that either the port or host name is wrong, the server is blocked by a firewall or the server is down. You would have gotten another message if it tried to connect but was refused for some reason. Sorry not being able to be any more specific. Morten laurent skrev: > I paste below the usefull sentences from my postgresql.conf: > ---------------------------------- > listen_addresses = '*' # what IP address(es) to listen on; > # comma-separated list of addresses; > # defaults to 'localhost', '*' = all > # (change requires restart) > port = 5432 # (change requires restart) > max_connections = 100 # (change requires restart) > ---------------------------------- > > It looks '*' meaning : all addresses are listened by defaults... > > Regards. > > > > -- > View this message in context: > http://postgis.17.x6.nabble.com/Qgis-Postgis-impossible-to-open-a-project-tp5003712p5004945.html > Sent from the PostGIS - User mailing list archive at Nabble.com. > _______________________________________________ > postgis-users mailing list > [email protected] > http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users > _______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
