mirror of https://github.com/postgres/postgres
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.
|
|
15 years ago | |
|---|---|---|
| .. | ||
| README | 15 years ago | |
| plpython_composite.out | 15 years ago | |
| plpython_do.out | 15 years ago | |
| plpython_drop.out | 21 years ago | |
| plpython_error.out | 15 years ago | |
| plpython_error_0.out | 15 years ago | |
| plpython_global.out | 17 years ago | |
| plpython_import.out | 16 years ago | |
| plpython_newline.out | 15 years ago | |
| plpython_params.out | 17 years ago | |
| plpython_populate.out | 21 years ago | |
| plpython_quote.out | 15 years ago | |
| plpython_record.out | 15 years ago | |
| plpython_schema.out | 15 years ago | |
| plpython_setof.out | 15 years ago | |
| plpython_spi.out | 16 years ago | |
| plpython_subtransaction.out | 15 years ago | |
| plpython_subtransaction_0.out | 15 years ago | |
| plpython_subtransaction_5.out | 15 years ago | |
| plpython_test.out | 15 years ago | |
| plpython_trigger.out | 15 years ago | |
| plpython_types.out | 15 years ago | |
| plpython_types_3.out | 15 years ago | |
| plpython_unicode.out | 17 years ago | |
| plpython_unicode_0.out | 16 years ago | |
| plpython_unicode_3.out | 15 years ago | |
| plpython_void.out | 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 and client encoding == UTF8; else ...
plpython_unicode_0.out server encoding != SQL_ASCII and client encoding != UTF8; else ...
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).