Re: Feature Request for 7.5

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Feature Request for 7.5
Дата
Msg-id Pine.LNX.4.44.0312011718160.23890-100000@peter.localdomain
обсуждение исходный текст
Ответ на Feature Request for 7.5  ("Chris Travers" <chris@travelamericas.com>)
Список pgsql-general
Chris Travers writes:

> The easiest way of furthering the development of asynchronous replication
> proxies would be to break off the server-side network protocol handler into
> a library which would contain functions to bind to ports, listen, and pass
> messages back to the calling program.  The library could then also be
> installed, but also be redistributable, so that developers could build these
> solutions.

You might be interested in Clustered JDBC (http://c-jdbc.objectweb.org/),
which implements a proxy approach but does not require knowledge of the
database-specific protocol.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: "Toby Doig"
Дата:
Сообщение: UNICODE problem on 7.4 with COPY
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: PostgreSQL from a newcomers perspective