Re: Named transaction - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Named transaction
Date
Msg-id 4A38FFDB0200002500027CBE@gw.wicourts.gov
Whole thread Raw
In response to Re: Named transaction  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Named transaction  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Named transaction  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote: 
> Yes, but some other followups suggest that maybe a "named
> transaction" does something else entirely.  Thus my request for a
> definition of what the OP is actually asking for.
Well, a quick google search suggests that all three guesses here were
off base.  This is the best clue I could find with a two-minute
perusal:
# TRANSACTION_HANDLE -> use a named transaction. Firebird allows
# multiple transactions per connection. In the case below, this
# request is run in the system transaction - not available outside the
# engine.  The system transaction number is 0 and it is
# "pre-committed" meaning that its changes are immediately visible to
# all other transactions.
Does that send a nasty chill up anyone else's spine?
-Kevin


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Named transaction
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Named transaction