You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/pl/plpython/expected
Peter Eisentraut 89e850e6fd plpython: Add SPI cursor support 14 years ago
..
README Set client encoding explicitly in plpython_unicode test 15 years ago
plpython_composite.out Table function support for PL/Python 15 years ago
plpython_do.out Add traceback information to PL/Python errors 15 years ago
plpython_drop.out Create extension infrastructure for the core procedural languages. 15 years ago
plpython_error.out Preserve SQLSTATE when an SPI error is propagated through PL/python 14 years ago
plpython_error_0.out Preserve SQLSTATE when an SPI error is propagated through PL/python 14 years ago
plpython_global.out Make PL/Python tests more compatible with Python 3 17 years ago
plpython_import.out Improve PL/Python elog output 16 years ago
plpython_newline.out Remove useless whitespace at end of lines 15 years ago
plpython_params.out Augment test coverage in PL/Python, especially for error conditions. 17 years ago
plpython_populate.out
plpython_quote.out Add PL/Python functions for quoting strings 15 years ago
plpython_record.out Fix two issues in plpython's handling of composite results. 15 years ago
plpython_schema.out Remove useless whitespace at end of lines 15 years ago
plpython_setof.out Fix aboriginal mistake in plpython's set-returning-function support. 15 years ago
plpython_spi.out plpython: Add SPI cursor support 14 years ago
plpython_subtransaction.out plpython: Add SPI cursor support 14 years ago
plpython_subtransaction_0.out plpython: Add SPI cursor support 14 years ago
plpython_subtransaction_5.out plpython: Add SPI cursor support 14 years ago
plpython_test.out plpython: Add SPI cursor support 14 years ago
plpython_trigger.out Table function support for PL/Python 15 years ago
plpython_types.out Add traceback information to PL/Python errors 15 years ago
plpython_types_3.out Add traceback information to PL/Python errors 15 years ago
plpython_unicode.out Set client encoding explicitly in plpython_unicode test 15 years ago
plpython_unicode_3.out Set client encoding explicitly in plpython_unicode test 15 years ago
plpython_void.out Enhanced error context support in PL/Python 17 years ago

README

Guide to alternative expected files:

plpython_error_0.out Python 2.4 and older

plpython_unicode.out server encoding != SQL_ASCII
plpython_unicode_3.out server encoding == SQL_ASCII

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

Note: Building with Python 2.2 is supported, but there are no expected
files for it (too much work to maintain).