Re: tab completion for prepared transactions?

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: tab completion for prepared transactions?
Date: 2010-01-24 18:13:55
Message-ID: 1264356835.10311.217.camel@ebony
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 2010-01-24 at 12:54 -0500, Tom Lane wrote:
> Simon Riggs <simon(at)2ndQuadrant(dot)com> writes:
> > I would like a mechanism in the server to prevent a session from
> > accepting anything other than COMMIT or ROLLBACK PREPARED after a
> > PREPARE. Otherwise it's possible to screw up your prepared xact and
> > leave it hanging there.
>
> Uh, what? That makes no sense at all.

Agreed

--
Simon Riggs www.2ndQuadrant.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2010-01-24 18:20:25 Re: commit fests
Previous Message Tom Lane 2010-01-24 18:13:52 Re: Resetting a single statistics counter