mirror of
https://github.com/postgres/postgres.git
synced 2026-02-12 07:13:09 -05:00
|
|
||
|---|---|---|
| .. | ||
| plpython_do.out | ||
| plpython_drop.out | ||
| plpython_error.out | ||
| plpython_global.out | ||
| plpython_import.out | ||
| plpython_newline.out | ||
| plpython_params.out | ||
| plpython_populate.out | ||
| plpython_record.out | ||
| plpython_schema.out | ||
| plpython_setof.out | ||
| plpython_spi.out | ||
| plpython_test.out | ||
| plpython_trigger.out | ||
| plpython_types.out | ||
| plpython_types_3.out | ||
| plpython_unicode.out | ||
| plpython_unicode_0.out | ||
| plpython_unicode_2.out | ||
| plpython_unicode_3.out | ||
| plpython_void.out | ||
| README | ||
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