summaryrefslogtreecommitdiff
path: root/src/pl/plpython/expected/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/plpython/expected/README')
-rw-r--r--src/pl/plpython/expected/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/pl/plpython/expected/README b/src/pl/plpython/expected/README
index e1b943ccf19..031b77dd0ab 100644
--- a/src/pl/plpython/expected/README
+++ b/src/pl/plpython/expected/README
@@ -1,14 +1,15 @@
Guide to alternative expected files:
-plpython_error_0.out Python 2.4 and older
+plpython_error_0.out Python 2.4 and older
-plpython_unicode.out server encoding != SQL_ASCII and client encoding == UTF8; else ...
-plpython_unicode_0.out server encoding != SQL_ASCII and client encoding != UTF8; else ...
-plpython_unicode_3.out server encoding == SQL_ASCII
+plpython_unicode.out server encoding != SQL_ASCII and client encoding == UTF8; else ...
+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_subtransaction_0.out Python 2.4 and older (without with statement)
+plpython_subtransaction_5.out Python 2.5 (without with statement)
-plpython_types_3.out Python 3.x
+plpython_types_3.out Python 3.x
Note: Building with Python 2.2 is supported, but there are no expected
files for it (too much work to maintain).