From: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
---|---|
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 03:23:10 |
Message-ID: | 20020625132310.A2752@svana.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Mon, Jun 24, 2002 at 04:13:02PM -0300, Marc G. Fournier wrote:
>
> 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?
I've always used netcat for this purpose. add it to inetd with a line to
connect to the other server.
I beleive there is also a program named redir which does a similar thing
without using inetd.
HTH,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> There are 10 kinds of people in the world, those that can do binary
> arithmetic and those that can't.
From | Date | Subject | |
---|---|---|---|
Next Message | Hiroshi Inoue | 2002-06-25 03:45:45 | Re: SQL server application porting headache |
Previous Message | Gregory Seidman | 2002-06-25 03:16:28 | Re: Proxy Server ... |