Re: tab completion for prepared transactions? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: tab completion for prepared transactions?
Date
Msg-id 1264270969.18154.4.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: tab completion for prepared transactions?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: tab completion for prepared transactions?  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
On lör, 2010-01-23 at 12:42 -0500, Tom Lane wrote:
> Peter Eisentraut <peter_e@gmx.net> writes:
> > Was there a designed-in reason not to have psql tab completion for
> > COMMIT/ROLLBACK PREPARED ...?  It does complete the "PREPARED" but not
> > the transaction identifiers.  Maybe it's not a common use case, but
> > these transaction identifiers sure can be nontrivial to type.
> 
> Hmm, what's the use scenario?  I would think that painfully long
> gxids would come from some XA manager software, which would be
> responsible for committing or canceling them.  Manual override
> of that would usually be a bad idea.

The scenario that I encountered is that you go around manually cleaning
them up when the XA software fails for some reason.



pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Cstring vs. Datum values ( BuildTupleFromCStrings vs. BlessTupleDesc)
Next
From: "David E. Wheeler"
Date:
Subject: Re: Miscellaneous changes to plperl [PATCH]