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
Heikki Linnakangas 316186f289 Handle SPIErrors raised directly in PL/Python code. 13 years ago
..
README Python 2.2 is no longer supported 14 years ago
plpython_composite.out Table function support for PL/Python 15 years ago
plpython_do.out PL/Python: Improve test coverage 14 years ago
plpython_drop.out Create extension infrastructure for the core procedural languages. 15 years ago
plpython_error.out Handle SPIErrors raised directly in PL/Python code. 13 years ago
plpython_error_0.out Handle SPIErrors raised directly in PL/Python code. 13 years ago
plpython_global.out Make PL/Python tests more compatible with Python 3 17 years ago
plpython_import.out PL/Python: Adjust the regression tests for Python 3.3 14 years ago
plpython_newline.out Remove useless whitespace at end of lines 15 years ago
plpython_params.out PL/Python: Adjust the regression tests for Python 3.3 14 years ago
plpython_populate.out
plpython_quote.out Add PL/Python functions for quoting strings 15 years ago
plpython_record.out PL/Python: Accept strings in functions returning composite types 14 years ago
plpython_schema.out Reduce messages about implicit indexes and sequences to DEBUG1. 14 years ago
plpython_setof.out PL/Python: Fix crash in functions returning SETOF and using SPI 14 years ago
plpython_spi.out PL/Python: Fix slicing support for result objects for Python 3 14 years ago
plpython_subtransaction.out Reduce messages about implicit indexes and sequences to DEBUG1. 14 years ago
plpython_subtransaction_0.out Reduce messages about implicit indexes and sequences to DEBUG1. 14 years ago
plpython_subtransaction_5.out Reduce messages about implicit indexes and sequences to DEBUG1. 14 years ago
plpython_test.out plpython: Add SPI cursor support 14 years ago
plpython_trigger.out Fix plpython's handling of functions used as triggers on multiple tables. 13 years ago
plpython_types.out PL/Python: Convert oid to long/int 13 years ago
plpython_types_3.out PL/Python: Convert oid to long/int 13 years ago
plpython_unicode.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