diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2010-06-12 06:05:48 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2010-06-12 06:05:48 +0000 |
commit | cc3c4a2407a52fb0262ec5fe50441e30dbfa2418 (patch) | |
tree | 8ce9b043af62bc80893f666b5c241891a1ca03d1 | |
parent | 6b72aa515498d76eb9459d989843eed6e8b3b219 (diff) | |
download | postgresql-cc3c4a2407a52fb0262ec5fe50441e30dbfa2418.tar.gz postgresql-cc3c4a2407a52fb0262ec5fe50441e30dbfa2418.zip |
Update Python version information
-rw-r--r-- | src/pl/plpython/expected/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plpython/expected/README b/src/pl/plpython/expected/README index 4173274a601..f0115280909 100644 --- a/src/pl/plpython/expected/README +++ b/src/pl/plpython/expected/README @@ -3,6 +3,6 @@ Guide to alternative expected files: plpython_unicode.out any version, when server encoding != SQL_ASCII and client encoding = UTF8; else ... plpython_unicode_0.out any version, when server encoding != SQL_ASCII and client encoding != UTF8; else ... plpython_unicode_2.out Python 2.2 -plpython_unicode_3.out Python 2.3, 2.4, 2.5, 2.6 +plpython_unicode_3.out Python 2.3 through 3.1 plpython_types_3.out Python 3.1 |