<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
ok, this works - but a new error appears:<br>
... function addgeometrycollum(...) does'nt exist ...<br>
<br>
Do i have to import some mapnik-tables first ? - where i can find the
import-file<br>
for this/these functions ?<br>
<br>
regards,<br>
andrew<br>
<br>
<br>
<br>
Jukka Rahkonen schrieb:
<blockquote cite="mid:loom.20080912T152414-623@post.gmane.org"
 type="cite">
  <pre wrap="">contact <at> living-structures.de <contact <at> living-structures.de> writes:

  </pre>
  <blockquote type="cite">
    <pre wrap="">
My PostgreSQL-Server is running on localhost port 5432
and i've set up a database called 'postgis' but when i try to
osm2pgsql -d:postgis planet.osm
i get this error:
                        fe_sendauth: no password supplied
but the database is set to 'public' - so, why i get this password error
?
regards,
andrewcontact <at> living-structures.de schrieb:
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You need to change PosGIS settings in pg_hba.conf so that database does not
require password.  It means setting "method" to "trust".  This belongs to
restrictions of osm2pgsql for Windows: you cannot give db host, no port, no
username nor password but everything must be set up so that the defaults work.
 



_______________________________________________
talk mailing list
<a class="moz-txt-link-abbreviated" href="mailto:talk@openstreetmap.org">talk@openstreetmap.org</a>
<a class="moz-txt-link-freetext" href="http://lists.openstreetmap.org/listinfo/talk">http://lists.openstreetmap.org/listinfo/talk</a>
  </pre>
</blockquote>
<br>
</body>
</html>