Zitat von Thomas Ineichen toolserver.mailinglist@t-i.ch:
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 kolossos@login.toolserver.org 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