Re: [HACKERS] TODO note

2010-09-16 Thread Markus Wanner
Hi, On 09/15/2010 07:30 PM, Robert Haas wrote: One problem with autonomous transactions is that you have to figure out where to store all the state associated with the autonomous transaction and its subtransactions. Another is that you have to avoid an unacceptable slowdown in the tuple-visibil

Re: [HACKERS] TODO note

2010-09-15 Thread Robert Haas
On Wed, Sep 15, 2010 at 3:37 AM, Colin 't Hart wrote: > I note that the implementation of tab completion for SET TRANSACTION in PSQL > could benefit from the implementation of autonomous transactions (also > TODO). I think it's safe to say that if we ever manage to get autonomous transactions wor

[HACKERS] TODO note

2010-09-15 Thread Colin 't Hart
Hi, I note that the implementation of tab completion for SET TRANSACTION in PSQL could benefit from the implementation of autonomous transactions (also TODO). Regards, Colin