mirror of
https://github.com/postgres/postgres.git
synced 2026-04-02 15:57:24 -04:00
Update Python version information
This commit is contained in:
parent
6b72aa5154
commit
cc3c4a2407
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@ 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, 2.4, 2.5, 2.6
|
||||
plpython_unicode_3.out Python 2.3 through 3.1
|
||||
|
||||
plpython_types_3.out Python 3.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue