Zitat von Thomas Ineichen <[email protected]>:
> Is  it possible to (read-)access the Postgre-DB from outside? So far I
> use pgAdmin as a graphical interface for my querries (e.g. to see what
> different values there are for 'bicycle').
>
You will not get database access from outside, but you can use  
ssh-tunneling(like I):
ssh -L 2342:sql-mapnik:5432 [email protected]
and use the database than as it would be local on port 2342.
Works fine under linux.
Be carefull that the result is never too large.

Greetings Kolossos


_______________________________________________
Maps-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/maps-l

Reply via email to