Re: Thru Proxy - Mailing list pgadmin-support

From Thomas A. Lowery
Subject Re: Thru Proxy
Date
Msg-id 20020823085322.A7796@stllnx1.stlassoc.com
Whole thread Raw
In response to Thru Proxy  ("Uday" <uday@accord.co.in>)
List pgadmin-support
What we have to do is ssh into a machine at the office, then use a tunnel over
ssh to forward a port to the database.

Example:
ssh -L5432:dbmachine:5432 username@site.com

Then connect using:
psql -h localhost -p 5432 -d dbname -U username

Tom

On Fri, Aug 23, 2002 at 04:46:55PM +0530, Uday wrote:
> How can I connect to a remote PG database from my office theu a proxy in my office.
>
> Regards
> -Uday

pgadmin-support by date:

Previous
From: Masse Jacques
Date:
Subject: Long time when opening schema
Next
From: "Dave Page"
Date:
Subject: Re: Long time when opening schema