Re: pgAdmin - Mailing list pgsql-hackers

From Robert Creager
Subject Re: pgAdmin
Date
Msg-id 20040229170720.5e47631c.Robert_Creager@LogicalChaos.org
Whole thread Raw
In response to pgAdmin  (hholder@bigpond.net.au (Hammer))
List pgsql-hackers
When grilled further on (29 Feb 2004 08:46:36 -0800),
hholder@bigpond.net.au (Hammer) confessed:

> Quick one:
> Anyone know how to use Putty to open a connection up under SSH which
> will allow pgAdmin III to connect to a postgresql database ie. Only
> access to server postgresql is on is via ssh.
> 

Trivial.  In the connection configuration within PuTTY, Connection/SSH/Tunnels,
fill in source port (5555 for instance), destination (machine:5432), select
'Local' radio and click Add.  Save the connection, then open it.  In this
instance, from pgAdmin (I'm using pgAdmin II V1.6), host is 'localhost', port
'5555'.

Cheers,
Rob

-- 17:03:13 up 15 days, 42 min,  4 users,  load average: 2.08, 2.19, 2.27
Linux 2.4.21-0.13_test #60 SMP Sun Dec 7 17:00:02 MST 2003

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Server Side PL support
Next
From: Robert Creager
Date:
Subject: Comments on patch for date_trunc( 'week', ... );