1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-13 12:22:55 +03:00
Files
postgres/src/pl/plpython/expected
Peter Eisentraut dd4cd55c15 Python 3 support in PL/Python
Behaves more or less unchanged compared to Python 2, but the new language
variant is called plpython3u.  Documentation describing the naming scheme
is included.
2009-12-15 22:59:55 +00:00
..
2009-11-03 11:05:03 +00:00
2009-12-10 20:43:40 +00:00
2009-12-15 22:59:55 +00:00

Guide to alternative expected files:

plpython_error_2.out		Python 2.2, 2.3, 2.4
plpython_error.out			Python 2.5, 2.6

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
plpython_unicode_5.out		Python 2.5, 2.6

plpython_types_3.out		Python 3.1