Re: psql proxy - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: psql proxy
Date
Msg-id 20080516082318.GB12353@svana.org
Whole thread Raw
In response to psql proxy  ("Linsong GUO" <comrade.gls@gmail.com>)
Responses Re: psql proxy  ("Linsong GUO" <comrade.gls@gmail.com>)
List pgsql-general
On Fri, May 16, 2008 at 01:53:30PM +1000, Linsong GUO wrote:
> I want build a psql proxy which could deal with the connection request from
> localhost to psql server which on other machine by type in psql -h localhost
> -U bob network.

Simple solution: use ssh tunneling

Without any security: use netcat

> what function should I use to capture these information in my proxy code. I
> try to  print the buf but there is nothing there after the read function.

There's nothing special needed for psql, just using a standard network
proxy will be fine.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Please line up in a tree and maintain the heap invariant while
> boarding. Thank you for flying nlogn airlines.

Attachment

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Howto return values from a function
Next
From: Richard Huxton
Date:
Subject: Re: recommended way of separating data from indexes