PL/Python explicit subtransactions

Peter Eisentraut <peter_e@gmx.net>

Commit: 22690719ea5a89ccbcd04deb58c83d8d5f138df8
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2011-02-27T19:15:35Z
Releases: 9.1.0
PL/Python explicit subtransactions

Adds a context manager, obtainable by plpy.subtransaction(), to run a
group of statements in a subtransaction.

Jan Urbański, reviewed by Steve Singer, additional scribbling by me

Files