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 fc22b6623b Generated columns 7 years ago
..
README
plpython_call.out
plpython_composite.out
plpython_do.out
plpython_drop.out
plpython_ereport.out
plpython_error.out
plpython_error_0.out
plpython_error_5.out
plpython_global.out
plpython_import.out
plpython_newline.out
plpython_params.out
plpython_populate.out
plpython_quote.out
plpython_record.out
plpython_schema.out
plpython_setof.out
plpython_spi.out
plpython_subtransaction.out
plpython_subtransaction_0.out
plpython_subtransaction_5.out
plpython_test.out
plpython_transaction.out
plpython_trigger.out Generated columns 7 years ago
plpython_types.out
plpython_types_3.out
plpython_unicode.out
plpython_void.out

README

Guide to alternative expected files:

plpython_error_0.out Python 2.4 and older
plpython_error_5.out Python 3.5 and newer

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