On Wed, 5 Oct 2005 exeden@centrum.cz wrote:
> Is there a way how to connect to PostgreSQL server from client being
> located behind proxy/firewall server? Thanx
>
Postgresql and its JDBC driver do not provide any tunneling capabilities,
but it should work with any third party tunneling software, for example
ssh.
Kris Jurka