Re: psql proxy

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: psql proxy
Дата
Msg-id 20080516082318.GB12353@svana.org
обсуждение исходный текст
Ответ на psql proxy  ("Linsong GUO" <comrade.gls@gmail.com>)
Ответы Re: psql proxy
Список 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.

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Howto return values from a function
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: recommended way of separating data from indexes