diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2011-02-27 17:09:56 +0200 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2011-02-27 21:15:35 +0200 |
| commit | 22690719ea5a89ccbcd04deb58c83d8d5f138df8 (patch) | |
| tree | da9e49d59849631b4af9536cb414e31a825cb571 /src/pl/plpython/expected/README | |
| parent | 438cdf6e4893311df4e94dc55b961a691908a530 (diff) | |
| download | postgresql-22690719ea5a89ccbcd04deb58c83d8d5f138df8.tar.gz | |
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
Diffstat (limited to 'src/pl/plpython/expected/README')
| -rw-r--r-- | src/pl/plpython/expected/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pl/plpython/expected/README b/src/pl/plpython/expected/README index 65e8969e86..e1b943ccf1 100644 --- a/src/pl/plpython/expected/README +++ b/src/pl/plpython/expected/README @@ -6,6 +6,8 @@ plpython_unicode.out server encoding != SQL_ASCII and client encoding == UTF8; plpython_unicode_0.out server encoding != SQL_ASCII and client encoding != UTF8; else ... plpython_unicode_3.out server encoding == SQL_ASCII +plpython_subtransaction_0.out Python 2.5 and older (without with statement) + plpython_types_3.out Python 3.x Note: Building with Python 2.2 is supported, but there are no expected |
