postgresql/src/pl/plpython/expected
2010-08-19 05:57:36 +00:00
..
plpython_do.out PL/Python DO handler 2010-01-22 15:45:15 +00:00
plpython_drop.out Convert the existing regression test scripts for the various optional 2005-05-14 17:55:22 +00:00
plpython_error.out PL/Python DO handler 2010-01-22 15:45:15 +00:00
plpython_global.out Make PL/Python tests more compatible with Python 3 2009-08-24 20:25:25 +00:00
plpython_import.out Improve PL/Python elog output 2009-11-03 11:05:03 +00:00
plpython_newline.out Split the plpython regression test into test cases arranged by topic, instead 2009-08-12 16:37:26 +00:00
plpython_params.out Augment test coverage in PL/Python, especially for error conditions. 2009-08-13 20:50:05 +00:00
plpython_populate.out Convert the existing regression test scripts for the various optional 2005-05-14 17:55:22 +00:00
plpython_record.out Enhanced error context support in PL/Python 2009-08-25 12:44:59 +00:00
plpython_schema.out Augment test coverage in PL/Python, especially for error conditions. 2009-08-13 20:50:05 +00:00
plpython_setof.out Make PL/Python tests more compatible with Python 3 2009-08-24 20:25:25 +00:00
plpython_spi.out Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
plpython_test.out Python 3 support in PL/Python 2009-12-15 22:59:55 +00:00
plpython_trigger.out Python 3 support in PL/Python 2009-12-15 22:59:55 +00:00
plpython_types.out Add a regression test case for bug #5497 2010-06-12 06:05:20 +00:00
plpython_types_3.out Add a regression test case for bug #5497 2010-06-12 06:05:20 +00:00
plpython_unicode.out Add Unicode support in PL/Python 2009-09-12 22:13:12 +00:00
plpython_unicode_0.out First committed version of plpython_unicode_0.out did not actually contain the 2009-10-15 23:39:13 +00:00
plpython_unicode_2.out Improved printing of Python exceptions in PL/Python 2010-01-16 11:03:51 +00:00
plpython_unicode_3.out Improved printing of Python exceptions in PL/Python 2010-01-16 11:03:51 +00:00
plpython_void.out Enhanced error context support in PL/Python 2009-08-25 12:44:59 +00:00
README Update Python version information 2010-06-12 06:05:48 +00:00

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 through 3.1

plpython_types_3.out		Python 3.1