Re: [PyGreSQL] Supporting Communication with older Postgresql servers

2016-07-06 Thread Christoph Zwerschke
Am 06.07.2016 um 03:31 schrieb Andres Mejia: I have a patch which enables communication with Postgresql servers running v8.0. See attached. Hi Andres, thanks for the patch. The modern 5.x versions actually are meant to support only Postgres 9.x (and are tested only against it). We maintain

[PyGreSQL] Supporting Communication with older Postgresql servers

2016-07-05 Thread Andres Mejia
Hi all, I have a patch which enables communication with Postgresql servers running v8.0. See attached. -- Andres Description: This patch enables support for communicating with Postgresql servers running v8.0. Author: Andres Mejia --- PyGreSQL.orig/pygresql/pgdb.py