Re: PGAdmin - access through proxy

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: Guillaume Lelarge <guillaume(at)lelarge(dot)info>, Ciro Martins <ciro(dot)martins(at)ua(dot)pt>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: PGAdmin - access through proxy
Date: 2012-05-09 08:55:57
Message-ID: CABUevEw7sTXASzcg3ZbN4PdMbtpmc0LeD7XTt1bFZ6z0coXjew@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Wed, May 9, 2012 at 10:12 AM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
> On Wed, May 9, 2012 at 12:04 AM, Guillaume Lelarge
> <guillaume(at)lelarge(dot)info> wrote:
>> On Tue, 2012-05-08 at 22:16 +0100, Ciro Martins wrote:
>>> Hello,
>>>
>>> I am a teacher at a Portuguese university, and we are using pgadmin to
>>> manage our Postgre databases.
>>> We would like to access the Postgre Server through a proxy. However, we
>>> could not find any option in the pgadmin to configure a proxy address in
>>> version 1.14. Since version 1.4 had that option, we would like to know
>>> if there exists any way to do this in the last 1.14 version of pgadmin.
>>>
>>
>> Not sure which option you're talking about, but we try not to remove
>> option. So I would be surprised if that was the case.
>
> As far as I'm aware there is no such thing as a proxy server for
> PostgreSQL, unless you count pgPool or pgBouncer - and pgAdmin should
> connect through them just fine without any special options. We've
> certainly never removed any features for connecting through a proxy
> (they were never there in the first place).

It should work through SOCKS proxies (postgresql connections in
general, not sure about pgadmin). But libpq has never had native socks
support as far as I know - but you should be able to use something
like tsocks with it.

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-05-09 08:56:20 Re: PGAdmin - access through proxy
Previous Message Dave Page 2012-05-09 08:35:34 pgAdmin III commit: Add missing stylesheets to the VC project file.