Re: Proxy Server ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Proxy Server ...
Date: 2002-06-25 01:04:57
Message-ID: 3343.1024967097@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Marc G. Fournier" <scrappy(at)hub(dot)org> writes:
> does anyone know of a proxy server that i can run on a server to "pretend"
> its a postgresql server? so that I can connect to IP:port and have it
> establish a connection to IP:5432?

[ scratches head ] Why don't you just start the postmaster listening
to the other port instead of 5432? Seems like a proxy inside the jail
wouldn't really do anything the postmaster itself wouldn't do.

Possibly setting VIRTUAL_HOST would help too, if the problem is that
the postmaster is trying to bind to addresses it's not allowed to.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Oskar Berggren 2002-06-25 01:10:01 Re: SQL server application porting headache
Previous Message Oskar Berggren 2002-06-25 01:02:50 Re: SQL server application porting headache