Re: BEGIN WORK READ ONLY;

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: David Fetter <david(at)fetter(dot)org>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Subject: Re: BEGIN WORK READ ONLY;
Date: 2006-10-15 09:39:20
Message-ID: 200610151139.21301.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

David Fetter wrote:
> It would be handy for things like pgpool and Continuent, which could
> reliably distinguish up front the difference between a transaction
> that can write and one that can safely be sliced up and dispatched to
> read-only databases.

Yes, I think that would be the use case. I wish someone were to
implement that.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Germán Hüttemann Arza 2006-10-15 14:29:05 Triggers
Previous Message Niederland 2006-10-15 07:30:42 Re: Aggregate in Correlated SubQuery