Proxy for postgres

From: Martin Spinassi <martins(dot)listz(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Proxy for postgres
Date: 2009-08-14 16:30:39
Message-ID: 1250267439.15094.149.camel@kr0sty.livra.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi list!

I'm searching for something to use as a proxy for different instances of
postgres.

I've found pl/proxy, but it seems to work with (correct me if i'm wrong)
functions, and some hard work would be needed in our applications in
order to make them use those functions replacing direct access, an I'm
trying to avoid this.

Another option is pgpool, but I see too much lock in tables at
transactional queries, and I'm pretty sure this will make my life a lot
harder.

So the question is, what can I use as a proxy queries to different
instances of postgres?

Cheers

Martin

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Emanuel Calvo Franco 2009-08-14 16:42:27 Re: Proxy for postgres
Previous Message Greg Stark 2009-08-14 15:42:18 Re: Getting database data from the PostgreSQL file system