Re: Feature Request for 7.5 - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: Feature Request for 7.5
Date
Msg-id Pine.LNX.4.44.0312011718160.23890-100000@peter.localdomain
Whole thread Raw
In response to Feature Request for 7.5  ("Chris Travers" <chris@travelamericas.com>)
List 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 by date:

Previous
From: "Toby Doig"
Date:
Subject: UNICODE problem on 7.4 with COPY
Next
From: Peter Eisentraut
Date:
Subject: Re: PostgreSQL from a newcomers perspective